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,10 +1,10 @@
[package]
name = "colorcet"
version = "0.1.0"
version = "0.2.0"
edition = "2024"
rust-version = "1.85.1"
authors = ["Wim Pomp <w.pomp@nki.nl>"]
license = "CC-BY"
license = "CC-BY-4.0 AND PSF-2.0 AND MIT"
description = "Colorcet colormaps."
homepage = "https://github.com/wimpomp/colorcet"
repository = "https://github.com/wimpomp/colorcet"
@@ -13,5 +13,7 @@ keywords = ["color", "colormap", "color-scales", "visualization", "gradient"]
categories = ["graphics", "visualization"]
[dependencies]
phf = { version = "0.12.1", features = ["macros"] }
colorgrad = "0.7.2"
num-traits = "0.2.19"
phf = { version = "0.13.1", features = ["macros"] }
thiserror = "2.0.16"