GRACE COE-CSE-GE3171-Problem Solving and Python Programming Laboratory-Ex8c

Published: 04 April 2022
on channel: GRACE COLLEGE OF ENGINEERING
557
2

GRACE COE-CSE-GE3171-Problem Solving and Python Programming Laboratory-Ex8c- Implementing Matplotlib programs using written modules and Python Standard Libraries
This video shows how to write a python program to implement Matplotlib programs using written modules and Python Standard Libraries
PROGRAM:
from matplotlib import pyplot as plt
plt.bar([0.25,1.25,2.25,3.25,4.25],[50,40,70,80,20],
label="BMW",color='r',width=.1)
plt.bar([.75,1.75,2.75,3.75,4.75],[80,20,20,50,60],
label="Audi", color='b',width=.5)
plt.legend()
plt.xlabel('Days')
plt.ylabel('Distance(kms)')
plt.title('Information')
plt.show()


On this page of the site you can watch the video online GRACE COE-CSE-GE3171-Problem Solving and Python Programming Laboratory-Ex8c with a duration of hours minute second in good quality, which was uploaded by the user GRACE COLLEGE OF ENGINEERING 04 April 2022, share the link with friends and acquaintances, this video has already been watched 557 times on youtube and it was liked by 2 viewers. Enjoy your viewing!