fork(1) download
  1. import matplotlib.pyplot as plt
  2. x=[1,2,3,4,5,6]
  3. y=[20,40,60,80,100,120]
  4. plt.plot(x,y)
Success #stdin #stdout 2.83s 56648KB
stdin
Standard input is empty
stdout
Standard output is empty