Test2

[2]:
import matplotlib.pyplot as plt

Plot

[3]:
plt.plot(1, 1, "ko")
plt.show()
_images/Test2_3_0.png

Final

[5]:
plt.hist([1, 2, 3])
plt.show()
_images/Test2_5_0.png