mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
8 lines
410 B
Text
8 lines
410 B
Text
cmap is a work-in-progress colormap library for python, providing all of the
|
|
colormaps in matplotlib, vispy, cmocean, (and more), with no dependencies
|
|
beyond numpy.
|
|
|
|
Mapping scalar values to colors is a very common procedure in scientific
|
|
visualization; as such, many visualization libraries (e.g. matplotlib, vispy,
|
|
napari, etc...) have some need for and some internal representation of colors
|
|
and colormaps.
|