Closed dopplershift closed 7 years ago
Another option would be to add these to matplotlib's internal list of colormaps so that things like:
plt.imshow(..., cmap='WVCIMSS')
would work.
Are we happy to close this with #526 or was it left open for some reason?
There's still the question of registering our colormaps with matplotlib.
I'm not super in favor of that as it's modifying stock matplotlib based on if we're imported or not. Given that we avoid that elsewhere and don't want users to expect those colormaps to be always available - it seems good to steer clear. I'm not going to fight for it, but that's my $0.02
I suppose you're right.
The satellite colormaps we pulled from GEMPAK have a bunch of black in them, making them hard to use, especially now with the GOES16 brightness temperature data we have ready access to. Would be good to:
_r
variants with reversed orderThe idea has also been floated to have the registry fallback to matplotlib's list, but I'm not sure about that.