7 ms·
can anybody please explain how to plot in it using python i tried example x=[5,7,9,3,1,8,12] y=[3,7,6,1,7,11,8] plot(x,y) after clicking the button "Run" its
by vnagpal 13y ago
can anybody please explain how to plot in it using python
i tried example
x=[5,7,9,3,1,8,12]
y=[3,7,6,1,7,11,8]
plot(x,y)
after clicking the button "Run"
its not doing anything