Introduction
In this lesson, we will introduce two new giant libraries: matplotlib
and plotly
. There are tons of visualization libraries in python, but matplotlib
is the lowest level and most of the other libraries (e.g. seaborn
, ggplot
, bokeh
, etc.) are built only on matplotlib. We are also introducing you to plotly
to make you understand what Interactive plots mean. Without any delay, let us get started.