Psychology, asked by sahibchoudhary48, 9 months ago

वृद्धि एवं विकास में अंतर स्पष्ट कीजिए​

Answers

Answered by Anonymous
0

import matplotlib. pyplot as plt.

x = ['Java', 'Python', 'PHP', 'JavaScript', 'C#'

popularity = [22.2, 17.6, 8.8, 8, 7.7, 6.7]

x_pos = [i for i, _ in enumerate(x)]

plt. bar(x_pos, popularity, color=(0.4, 0.6, 0.8,

plt. xlabel("Languages")

plt. ylabel("Popularity")

plt.

Answered by Anonymous
0

Answer:

here's your answer mate

I hope it will help you

Attachments:
Similar questions