12 lines
726 B
Markdown
12 lines
726 B
Markdown
# Colorcet
|
|
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).
|