hc99's picture
Add files using upload-large-folder tool
714e7c4 verified
from matplotlib import pyplot as plt
plt.figure()
plt.plot(range(4))
plt.show()