Skip to content

Commit 85337ba

Browse files
use cmap library for colormaps (#390) (#574)
* use cmap library for colormaps (#390) * example with cmap * add to deps * fix shape * use full map * remove break * undo changes to screenshots * fix parse * remove diffs * remove x.py * minimize diff * add docstring * remove colormaps --------- Co-authored-by: Kushal Kolar <kushalkolar@gmail.com> * fix pygfx docs move * black --------- Co-authored-by: Talley Lambert <talley.lambert@gmail.com>
1 parent c27f489 commit 85337ba

88 files changed

Lines changed: 25 additions & 18498 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
intersphinx_mapping = {
102102
"python": ("https://docs.python.org/3", None),
103103
"numpy": ("https://numpy.org/doc/stable/", None),
104-
"pygfx": ("https://pygfx.com/stable", None),
104+
"pygfx": ("https://pygfx.org/stable", None),
105105
"wgpu": ("https://wgpu-py.readthedocs.io/en/latest", None),
106106
"fastplotlib": ("https://fastplotlib.readthedocs.io/en/latest/", None),
107107
}

fastplotlib/utils/colormaps/Accent

Lines changed: 0 additions & 8 deletions
This file was deleted.

fastplotlib/utils/colormaps/Blues

Lines changed: 0 additions & 256 deletions
This file was deleted.

fastplotlib/utils/colormaps/BrBG

Lines changed: 0 additions & 256 deletions
This file was deleted.

fastplotlib/utils/colormaps/BuGn

Lines changed: 0 additions & 256 deletions
This file was deleted.

fastplotlib/utils/colormaps/BuPu

Lines changed: 0 additions & 256 deletions
This file was deleted.

fastplotlib/utils/colormaps/CMRmap

Lines changed: 0 additions & 256 deletions
This file was deleted.

fastplotlib/utils/colormaps/Dark2

Lines changed: 0 additions & 8 deletions
This file was deleted.

fastplotlib/utils/colormaps/GnBu

Lines changed: 0 additions & 256 deletions
This file was deleted.

fastplotlib/utils/colormaps/Greens

Lines changed: 0 additions & 256 deletions
This file was deleted.

0 commit comments

Comments
 (0)