Q-1 What is Matplotlib?
Data visualization means graphical or pictorial representation of data using graph, chart, etc. The
purpose of plotting data is to visualise variation or show relationships between variables.
Functions:
Customization of Plots
grid([b, which, axis]) Configure the grid line
Legend(\*args, \*\*kwargs) Save the current figure.
Savefig(\*args,\*\*kwargs) Save the current figure
Show(\*args,\*\*kw) Displays all figures.
title(label[, fontdict, loc, pad ]) Set a title for the axes.
Matplotlib marker
Color
Example: