-
In your figure, you only display a single colorbar. However, since you don't specify a set of contour levels in your contourf plots, the colormaps are being calculated for each panel independently. Se…
-
Hi,
I found the add-on after implementing something similar myself, nice job.
Something that might be useful to you is the python package **colormaps** (I'm not the author):
https://github.com/p…
-
[plot_objective_performance](https://github.com/IMMM-SFA/msd_uncertainty_ebook/blob/e53cd2233b6f554bebe22d4ce2bd3c11ffa90135/msdbook/fishery_dynamics.py#L7) and [plot_factor_performance](https://githu…
-
### Documentation Link
_No response_
### Problem
We have three four ways:
1) `cmap="magma"`
2) `cmap=plt.cm.magma`
3) `cmap=plt.colormaps["magma"]`
4) `cmap=plt.get_cmap("magma")`
##…
-
Related to #124 #112 #104 and https://github.com/NCAR/geocat-examples/issues/505
-
I'm confused as to why `amber` and `amber_r` both exist, for instance, but `deep_r` does not exist. I also don't see a function to reverse a colormap or anything like that? I guess I can use `map.ge…
-
Great plugin. Love the same as in foobar.
Default colormap is nice, but would you consider reading colormap from file - thus allowing custom colormaps?
Also it this is to be considered, maybe shifti…
-
Is it possible to add new colormaps?
I've seen the it is possible to customise an existing one inside the Image Widget, but not how to add a completely new one.
Probably a settings should be added t…
-
Here, the bone colormap is a straight grayscale white-to-black map, but Matplotlib gives it a blue tinge.
```
_bone_data = {'red': ((0., 0., 0.),
(0.746032, 0.652778, 0.65…
-