Shri Vaishnav Vidyapeeth Vishwavidyalaya, Indore (MP)
Matplotlib and Seaborn Assignment
Data Science-BTIBM505 , All Sections - M,D,E
Submission last Date – 3/Oct/2022
You can perform python Code on any IDE - Pycharm, Jupyter, Colab, Visual Studio Code
1. Import library - import [Link] as plt , import seaborn as sns
2. Create - (v is here variable) - [Link](figsize=(10,5), [Link](‘ ‘ )[Link](‘ ‘), [Link](‘ ‘), [Link](),
[Link](loc=4), [Link](rotation=180) , [Link]()
3. 1. Bar plot - [Link](x,y), [Link](x,y)
4. 2. Line plot – [Link](x, y, color=‘red’) , [Link](x, y)
5. 3. Scatter Plot – [Link](x, y ), [Link](x, y, hue=‘categorical’)
6. 4. Pie Chart - [Link]( v , label=[Link], autopct=“ % 0.2f%% ” or [Link](v, label=[Link] , explode = [0,0,.2,0], shadow=True,
autopct = ‘% 0.1f%%’
7. 5. Histogram – [Link]( v[c1], color = ‘red’) , [Link](v[c1])
8. 6. Box Plot – [Link](v) , [Link](data=b)
9. 7. Subplot - [Link](1,2,1), [Link](1,2,2)
10. 8. Heatmap - [Link](corr, annot=True)
PERFORM THESE METHODS AND OPERATIONS THEN SUBMIT ASSIGNMENT
E - [Link]
Om Kant Sharma