Hey,
Earlier in the Data Visualization module, we have been taught about the matplotlib.pylpot module for visualizing data. However, in the Probability and statistics module, the things are lil bit changed. The syntax we are using is that of series.plot.bar() or series.plot.pie().
First of all, What is plot here? Is it pre defined module in python?
Secondly, how is using this vs the matplotlib different ?