I have a scatter plot: data_slice.hvplot.scatter
. Based on the widget it can happen that, there is no data for the graph. In that case I’m getting the error:
holoviews.core.options.SkipRendering: bokeh backend could not plot any Elements in the Overlay.
Instead of the error I would like to see empty plot. What is the best way to achieve that?