You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Indeed, you are right (although the last one does have a show() statement as well). Don't know how that slipped our radar. Perhaps you would be interested in fixing it? The relevant file is matplotlib/doc/users/pyplot_tutorial.rst. You should actually be able to edit that right in github since it is a ReST file.
I think you are kinda wrong about that. The source code is not in that file it is in different file. The .py files in matplotlib/doc/pyplots. I'll see if I can fix them.
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.
The text was updated successfully, but these errors were encountered: