In [4]:
import matplotlib.pyplot as plt

plt.plot(range(5), range(5))
plt.show()



In [ ]: