Find which plot types are available with each backend

I was trying to plot a contour using Plotly and I got the following warning:

WARNING:param.dynamic_operation: Callable raised "NotImplementedError("'contour' plot not supported by the 'plotly' backend.")".

First, I don’t understand why this is a warning and not en error, since I can’t plot my plot.

Second, how can I figure out which types of plot are available for a given backend? Reading the docstrings for hvplot.contour say nothing about the fact that this isn’t available for Plotly. The docs also don’t mention (that I could notice) any list of plot availability for each backend. How can I figure that kind of stuff?

Thanks

Hi tomchor

Please have a look this, It may helps:
https://holoviews.org/reference/index.html
image

Kind regards
Victor