add matplotlib and simple gradient colormaps

This commit is contained in:
Wim Pomp
2025-08-23 22:12:25 +02:00
parent 5ce9790118
commit cdaee07627
9 changed files with 811 additions and 27987 deletions

View File

@@ -1,7 +1,11 @@
# Colorcet
Rust copy of Python library [colorcet](https://pypi.org/project/colorcet/).
[Colorcet](https://colorcet.com/) is a set of perceptually uniform colormaps.
Basically list of colormaps copied from [colorcet the python package](https://pypi.org/project/colorcet/),
also see the [colorcet website](https://colorcet.com/)
and [matplotlib](https://pypi.org/project/matplotlib/) together with some colormaps defined by a simple
gradient between black and a named or css color,
generated using [colorgrad](https://crates.io/crates/colorgrad).
Colormaps copied from [colorcet the python package](https://pypi.org/project/colorcet/) are licensed
under a [CC-BY license](LICENSE_colorcet), colormaps copied from
[matplotlib](https://pypi.org/project/matplotlib/) are licensed under [PSF license](LICENSE_matplotlib).
Code in this crate is licensed under a [MIT license](LICENSE).