“Compilador on -line de matplotlib” Respostas de código

Compilador Python online

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

Compilador on -line de matplotlib

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

Compilador on -line de matplotlib

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

Respostas semelhantes a “Compilador on -line de matplotlib”

Perguntas semelhantes a “Compilador on -line de matplotlib”

Procure respostas de código populares por idioma

Procurar outros idiomas de código