adrenaline hormone aapatkalin Mukabala Palan Kare Dekha karo subject is life science
Answers
Answered by
0
Explanation:
import matplotlib.pyplot as plt
x = [2,4,6,8,10]
y=[3,9,11,2,6]
plt.bar(x,y,label ='Bars')
plt.xlabel('X-axis')
plt.ylabel('Y-axis')
plt.title('Bar Graph1')
plt.legend()
plt.show()
Answered by
0
Answer:
DON'T FORGET TO MARK ME AS BRAINLIST
Attachments:
Similar questions