You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# colormap2d
2
-
This python package provides functionality for 2D colormaps. 2D colormaps
3
-
can be used to visualise images of two parameters at the same time. Typical
4
-
examples are:
2
+
This python package provides a carefully designed set of 2D colormaps that live in the perceptually uniform colorspace CAM02-UCS (Luo et al., 2006; Smith et al., 2016). Functionality to use the colormaps with matplotlib is included, as well as scripts that can be used from the 3D animation software Blender to design them.
3
+
4
+
2D colormaps are used to visualise images of two parameters at the same time, e.g.:
5
5
* a complex function's magnitude and argument as a function of its real and imaginary part
6
6
* a spatial map of windspeed and direction
7
7
* a time-frequency image of a signals strength and phase (spectrogram)
0 commit comments