This package contains functions that return color maps. A color map is a Real[:,3] array where every row represents a color. Currently the following color maps are returned from the respective function:
| Name | Description |
|---|---|
| Returns the "jet" color map | |
| Returns the "hot" color map | |
| Returns the "gray" color map | |
| Returns the "spring" color map | |
| Returns the "summer" color map | |
| Returns the "autumn" color map | |
| Returns the "winter" color map |