add matplotlib and simple gradient colormaps
This commit is contained in:
14
README.md
14
README.md
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user