-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Addition of plt.show() in the "How to create plots in pandas?" section of the Getting started tutorials #45772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
For |
take |
4 tasks
ehallam
added a commit
to ehallam/pandas
that referenced
this issue
Mar 5, 2022
…45772) Reworded and moved title to the top of the page
ehallam
added a commit
to ehallam/pandas
that referenced
this issue
Mar 5, 2022
…45772) Reworded and moved title to the top of the page
ehallam
added a commit
to ehallam/pandas
that referenced
this issue
Mar 5, 2022
…45772) Reworded and moved title to the top of the page
ehallam
added a commit
to ehallam/pandas
that referenced
this issue
Apr 7, 2022
…45772) Reworded and moved title to the top of the page
ehallam
added a commit
to ehallam/pandas
that referenced
this issue
Apr 9, 2022
…45772) Reworded and moved title to the top of the page
ehallam
added a commit
to ehallam/pandas
that referenced
this issue
Apr 9, 2022
…45772) Reworded and moved title to the top of the page
ehallam
added a commit
to ehallam/pandas
that referenced
this issue
Apr 10, 2022
…45772) Reworded and moved title to the top of the page
ehallam
added a commit
to ehallam/pandas
that referenced
this issue
Apr 10, 2022
…45772) Reworded and moved title to the top of the page
ehallam
added a commit
to ehallam/pandas
that referenced
this issue
Apr 10, 2022
…45772) Reworded and moved title to the top of the page
ehallam
added a commit
to ehallam/pandas
that referenced
this issue
Apr 10, 2022
…45772) Reworded and moved title to the top of the page
ehallam
added a commit
to ehallam/pandas
that referenced
this issue
Apr 10, 2022
…45772) Reworded and moved title to the top of the page
ehallam
added a commit
to ehallam/pandas
that referenced
this issue
Apr 10, 2022
…45772) Reworded and moved title to the top of the page
ehallam
added a commit
to ehallam/pandas
that referenced
this issue
Apr 13, 2022
…45772) Reworded and moved title to the top of the page
ehallam
added a commit
to ehallam/pandas
that referenced
this issue
Apr 13, 2022
…45772) Reworded and moved title to the top of the page
jreback
pushed a commit
that referenced
this issue
Apr 26, 2022
yehoshuadimarsky
pushed a commit
to yehoshuadimarsky/pandas
that referenced
this issue
Jul 13, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/dev/getting_started/intro_tutorials/04_plotting.html#min-tut-04-plotting
Documentation problem
In all the code blurbs, the 6 plot outputs are shown without the required input of
For example, in the "I want a quick visual check of the data." section:
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.
The text was updated successfully, but these errors were encountered: