fork download
  1. # your code goes here
  2. import matplotlib.pyplot as plt
  3. plt.plot(['50', '60', '70', '80', '90', '00', '10'],
  4. [50, 70, 80, 120, 300, 2000, 3500])
  5. plt.show()
Success #stdin #stdout #stderr 3.65s 68312KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Fontconfig error: No writable cache directories