Does anyone know if there is a way to do this and if so, what’s the best way? Can the “norm=” argument be used to pass a colorbar? I’ve so far been unsuccessful at the latter and I’m hoping maybe someone here knows how best to do this. Thanks.
I wasn’t able to figure out how to pass in a normalization when creating the plot in hvplot, but I was able to hvplot.render(plot) to get the Matplotlib figure and then snoop around the fig’s axes.collections and use the update_norm() function to achieve what I needed.