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
This may cause some confusion for people reading the docs who are not familiar with the matplotlib.pyplot module.
Suggested fix for documentation
The line of code:
in[n]: plt.show() (where n is the required line number of the code)
can be added before each of the graphs to show the required command to display the graph.
This will allow the readers of the documentation to learn how to display the required graph on the screen.