How to set clim for hvplot.quadmesh

Hello! Is there a way to pass an argument to hvplot.quadmesh to specify the color axis limits? holoviews.QuadMesh has the clims argument; clims and clim do not work for my in hvplot and I don’t see anything that gets at the topic in hvplot.help(‘quadmesh’).

Thanks!

Seems like a bug, for now you should be able to work around it by adding .opts(clim=...). However could you file an issue with hvPlot?