fork download
  1. import matplotlib.pyplot as plt
  2. import numpy as np
  3.  
  4. xpoints = np.array([0, 6])
  5. ypoints = np.array([0, 250])
  6.  
  7. plt.plot(xpoints, ypoints)
  8. plt.show()
Success #stdin #stdout 2.77s 56832KB
stdin
1
2
10
42
11
stdout
Standard output is empty