Plotting with Plotly#
This page demonstrates the use of the Plotly plotting backend, the equivalent page demonstrating the Matplotlib backend may be found here
As we discovered in the Introduction, HoloViews allows plotting a variety of data types. Here we will use the sample data module and load the pandas and dask hvPlot API:
import numpy as np
import hvplot.pandas # noqa
import hvplot.dask # noqa