“Online -Matplotlib -Compiler” Code-Antworten

Online -Python -Compiler

Use this site
https://repl.it/languages/python3
Erorri Motrali

Online -Matplotlib -Compiler

import matplotlib.pyplot as plt
x=["science","commerce","arts"]
h=[200,300,500]
plt.bar(x,h)
plt.xlabel("courses")
plt.ylabel("students enrolled")
plt.title("students enrolled for different courses 2020")
plt.show()
Repulsive Rattlesnake

Online -Matplotlib -Compiler

x=[1,2,3,4]
y=[2,4,5,6]
plt.plot(x,y)
plt.show
Jittery Jay

Ähnliche Antworten wie “Online -Matplotlib -Compiler”

Fragen ähnlich wie “Online -Matplotlib -Compiler”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen