- Did data visualization using Matplotlib and seaborn libraries.
- Learned about matplotlib magic function
- Learned about plot method used to plot line graphs.
- Got knowledge of scatter method to plot scatter point graphs.
- Explored Bar graph, pie chart and heatmap as well.
- Learned about various methods to add information and enhance graphs such as xlabel,title,legend,show,grid etc
- Also added a styling effect of ggplot by use method of style in matplotlib.
- Converted the image format of graphs to svg by set method of seaborn.
- Ploted 3d graphs and ploted two graphs into one single.
The ipynb file for the same is Matplotlib.ipynb