When using xarray.hvplot.quadmesh, I'm unable to use a a custom LinearSegmentedColormap unless I register it with with matplotlib and call it that way. I'm able to use a custom registered matplotlib ...
When looking for documentation on how to set colormaps, I usually find the following ways to set a colormap matplotlib.pyplot.copper() matplotlib.pyplot.set_cmap(matplotlib.colormap.copper) matplotlib ...