Hacker News new | ask | show | jobs
by vnagpal 4783 days 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