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 ...
Since matplotlib 3.4.0, registering a colormap with an existing name results in an error (this is the reason why #3149 was necessary). In yt, we register several ...