Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 85337ba

Browse filesBrowse 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
Copy full SHA for 85337ba

Some content is hidden

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

88 files changed

+25
-18498
lines changed

‎docs/source/conf.py

Copy file name to clipboardExpand all lines: docs/source/conf.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: fastplotlib/utils/colormaps/Accent
-8Lines changed: 0 additions & 8 deletions
This file was deleted.

‎fastplotlib/utils/colormaps/Blues

Copy file name to clipboardExpand all lines: fastplotlib/utils/colormaps/Blues
-256Lines changed: 0 additions & 256 deletions
This file was deleted.

‎fastplotlib/utils/colormaps/BrBG

Copy file name to clipboardExpand all lines: fastplotlib/utils/colormaps/BrBG
-256Lines changed: 0 additions & 256 deletions
This file was deleted.

‎fastplotlib/utils/colormaps/BuGn

Copy file name to clipboardExpand all lines: fastplotlib/utils/colormaps/BuGn
-256Lines changed: 0 additions & 256 deletions
This file was deleted.

‎fastplotlib/utils/colormaps/BuPu

Copy file name to clipboardExpand all lines: fastplotlib/utils/colormaps/BuPu
-256Lines changed: 0 additions & 256 deletions
This file was deleted.

‎fastplotlib/utils/colormaps/CMRmap

Copy file name to clipboardExpand all lines: fastplotlib/utils/colormaps/CMRmap
-256Lines changed: 0 additions & 256 deletions
This file was deleted.

‎fastplotlib/utils/colormaps/Dark2

Copy file name to clipboardExpand all lines: fastplotlib/utils/colormaps/Dark2
-8Lines changed: 0 additions & 8 deletions
This file was deleted.

‎fastplotlib/utils/colormaps/GnBu

Copy file name to clipboardExpand all lines: fastplotlib/utils/colormaps/GnBu
-256Lines changed: 0 additions & 256 deletions
This file was deleted.

‎fastplotlib/utils/colormaps/Greens

Copy file name to clipboardExpand all lines: fastplotlib/utils/colormaps/Greens
-256Lines changed: 0 additions & 256 deletions
This file was deleted.

‎fastplotlib/utils/colormaps/Greys

Copy file name to clipboardExpand all lines: fastplotlib/utils/colormaps/Greys
-256Lines changed: 0 additions & 256 deletions
This file was deleted.

‎fastplotlib/utils/colormaps/OrRd

Copy file name to clipboardExpand all lines: fastplotlib/utils/colormaps/OrRd
-256Lines changed: 0 additions & 256 deletions
This file was deleted.

‎fastplotlib/utils/colormaps/Oranges

Copy file name to clipboardExpand all lines: fastplotlib/utils/colormaps/Oranges
-256Lines changed: 0 additions & 256 deletions
This file was deleted.

‎fastplotlib/utils/colormaps/PRGn

Copy file name to clipboardExpand all lines: fastplotlib/utils/colormaps/PRGn
-256Lines changed: 0 additions & 256 deletions
This file was deleted.

‎fastplotlib/utils/colormaps/Paired

Copy file name to clipboardExpand all lines: fastplotlib/utils/colormaps/Paired
-12Lines changed: 0 additions & 12 deletions
This file was deleted.

‎fastplotlib/utils/colormaps/Pastel1

Copy file name to clipboardExpand all lines: fastplotlib/utils/colormaps/Pastel1
-9Lines changed: 0 additions & 9 deletions
This file was deleted.

‎fastplotlib/utils/colormaps/Pastel2

Copy file name to clipboardExpand all lines: fastplotlib/utils/colormaps/Pastel2
-8Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.