fork download
  1. import pandas as pd
  2.  
  3. import numpy as np
  4.  
  5.  
  6. import matplotlib.pyplot as plt
  7.  
  8. plt.close("all")
  9.  
  10. ts = pd.Series(np.random.randn(1000), index=pd.date_range("1/1/2000", periods=1000))
  11.  
  12. ts = ts.cumsum()
  13.  
  14. ts.plot();
Success #stdin #stdout #stderr 4.24s 99792KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Fontconfig error: No writable cache directories