Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
In these lessons, you will learn to create interactive plots using HVPlot. The Python HVPlot library is a high-level plotting API built on HoloViews, which provides a general and consistent API for plotting data. We’ll show you how to use HVPlot and how the various toolbar widgets work, with functions including pan, reset, box zoom, wheel zoom, save, and hover. These features will allow you to move the graph, zoom in or out of the graph, and get data on a point of interest in the graph.
We’ll also show you how the save feature lets you save a graph image to disk for later use. For these graphs, you will use the Python Numpy library to generate random hypothetical data to plot out. Then you’ll learn how to add and use a filter widget on your HVPlot, which will allow you to show the line graph for the list of data you filter on.
You will learn to create interactive line plots using HVPlot, use each toolbar widget attached to an HVPlot graph, and add a filter widget to a line graph to focus in on data.
The Python HVPlot library is a high-level plotting API built on HoloViews, which provides a general and consistent API for plotting data.
The course covers toolbar widgets with functions including pan, reset, box zoom, wheel zoom, save, and hover, which let you move the graph, zoom in or out, and get data on a point of interest.
The course uses the Python NumPy library to generate random hypothetical data to plot out.
The lessons cover creating an interactive line plot using HVPlot, exploring toolbar widgets, and adding a filter widget.