Contents:
Introduction to matplotlib:
matplotlib is a 2-d graphing library in python.Matplotlib comes with a wide variety of plots. Plots helps to understand trends, patterns. It is used for data visualization using pyplot.
data visualization: It is the process of constructing graphical object like pie chart, bar graph, histogram etc from the data.
pyplot: pyplot is a collection of function which allows user to constuct 2D plots(graphs) from data
References:
- informatics practices by sumita arora