HoloViews is a high-level plotting library for Python, which create overlay and layout of multiple interactive plots with simple syntax and minimal efforts
Part (I) Basic Plots
Part (II) Multiple Plots
In the previous post, it displayed how to easily create some basic interactive plots with HoloViews, including line plot, scatter plot, point plot, bar plot, box plot, area plot, histogram plot, violin plot, as well as correlation heatmap. Besides, we also talked about 2 methods used to add options to the plots and the method to change the backends of HoloViews.
2 - 0