matplotlib / cmocean

Colormap setup for standardizing commonly-plotting oceanographic variables.
MIT License
230 stars 52 forks source link

Automatic registration of colormaps #61

Closed stefraynaud closed 6 years ago

stefraynaud commented 7 years ago

How about registering your colormaps using matplotlib.cm.registercmap, perhaps wit a name like 'cmaocean' for the colormap, when importing the module?

kthyng commented 6 years ago

This is addressed in PR #67.