-
-
"optifine/colormap/water.properties" works fine but "optifine/colormap/underwater.properties" doesn't
-
Hi all 👋🏻 ! Really glad to see this package!
We've been thinking about this problem as well over on NCAR's GeoCAT projects as we transition from NCL to Python. While we have a solution for the …
-
Our blue-white-red color map is great for continuous variables, but for categories we might want to have another choice. In particular, I was thinking of using Colin Ware's 12 colors recommended for …
-
Would there be intterest in including support for other colormap families?
Other families I had in mind were Matlab's parula colormap (see [here](http://www.mathworks.com/matlabcentral/answers/15857…
-
The following three points were pointed out by Martin (stoeter)
1) custom color map is "forgotten" when selecting other color map, or when node is reseted and reselected
2) custom should be saved or c…
-
The current command-line interface is in a state of flux. We should consolidate on an API that is both simple and easy to use while supporting the stream-based API (with inputs, filters, outputs - inc…
-
@untzag sent me a perspective: https://doi.org/10.1038/s41467-020-19160-7.
In this paper they mention a nice collection of colormaps, http://www.fabiocrameri.ch/colourmaps.php, which are archived …
-
We should use matplotlib's `matplotlib.cm.register_cmap()` method with all of the colormaps we read in. This would make them available as, e.g.:
```python
ax.imshow(..., cmap='NWSReflectivity')
```…
-
Add parser for gempak colormap files. Not sure how best to integrate this with matplotlib's colormap + norm machinery.