Science, asked by pritysingha743, 9 months ago

adrenaline hormone aapatkalin Mukabala Palan Kare Dekha karo subject is life science ​

Answers

Answered by msatyam1957
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 sushilgiri1265
0

Answer:

DON'T FORGET TO MARK ME AS BRAINLIST

Attachments:
Similar questions