File size: 81 Bytes
714e7c4
 
 
 
 
1
2
3
4
5
6
from matplotlib import pyplot as plt

plt.figure()
plt.plot(range(4))
plt.show()