-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
add docstring to example: axisartist/demo_floating_axes.py #7249
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
Hi @JunTan """ description |
@@ -1,3 +1,10 @@ | |||
""" | |||
Demo of the scatter function and bar function with changing the shape of the plot. |
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.
I'd make the title shorter, and about the features showcases here: something as simple as "Floating axes" would work well here.
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.
Please also wrap all the lines at 79 characters.
That's strange… The pep8 tests fail on lines you did not modify. |
@tacaswell never mind… I confused lines and colums in the pep8 error message. |
* Using scatter function and bar function with changing the | ||
shape of the plot. | ||
* Using GridHelperCurveLinear to rotate the plot and set the | ||
boundary of the plot . |
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.
space before dot
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.
Good catch!
add docstring to example: axisartist/demo_floating_axes.py
Backported to v2.x via 35aa62d. |
add docstring to example: axisartist/demo_floating_axes.py
Adding docstring to matplotlib/examples/axisartist.