Closed
Description
I was following the Pyplot tutorial at http://matplotlib.org/users/pyplot_tutorial.html and noticed that except the first code all other codes are missing the plt.show() command at the end. The same problem exists in the pdf version.
The mistake is easy to spot and rectify for the users but it is a mistake nonetheless and can bump new users.