-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: fix various typos in plotting documentation #51176
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
Conversation
@@ -308,7 +308,7 @@ def hist_frame( | |||
|
|||
See Also | |||
-------- | |||
Series.plot.hist: Make a histogram. | |||
pandas.Series.plot.hist: Make a histogram. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This renders properly? https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.boxplot.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are two different boxplot functions apparently. The one you linked to renders correctly. There is another one in "plotting" folder. That one is not rendering correctly: https://pandas.pydata.org/docs/dev/reference/api/pandas.plotting.boxplot.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah nice catch, thx
@@ -274,12 +274,13 @@ def andrews_curves( | |||
|
|||
Andrews curves have the functional form: | |||
|
|||
f(t) = x_1/sqrt(2) + x_2 sin(t) + x_3 cos(t) + | |||
x_4 sin(2t) + x_5 cos(2t) + ... | |||
.. math:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you show a screen shot how this renders?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the documentation is hosted here: https://5500-partev-pandas-0g9uwimmduf.ws-us85.gitpod.io/doc/build/html/index.html
thx @partev |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.