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 two-dimensional heatmap. Initially you will create heatmaps using the Python Matplotlib library Pyplot sub library. We will simulate heatmap data that is generated using the Numpy random function for a two-dimensional array of values. We’ll demonstrate how to style heatmaps with labels, a title, coloring, and a color bar, and you’ll also learn the difference between the Pyplot imshow() function and pcolormesh() function for creating heatmaps.
We’ll also show you how to use the Python Seaborn library to generate a heatmap. The benefit of the Seaborn heatmap will be illustrated showing the annotate feature for heatmap cells. You will also learn to create an interactive heatmap using HVPlot, adding an interactive toolbar widget that will enable you to drill into the heatmap graph and gain insights into that data.
You will learn to create two-dimensional heatmaps using Matplotlib's Pyplot, style them with labels, titles, coloring, and color bars, generate annotated heatmaps with Seaborn, and build an interactive heatmap using HVPlot.
The course covers the Matplotlib Pyplot sub-library, Numpy (for simulating heatmap data), Seaborn, and HVPlot.
Both are Pyplot functions for creating heatmaps; the course demonstrates the difference between the imshow() and pcolormesh() functions.
Yes. You will learn to create an interactive heatmap using HVPlot, adding an interactive toolbar widget that lets you drill into the heatmap graph and gain insights into the data.
It builds skills in data visualization, datamaps, heat maps, information visualization, and scientific visualization.