add docstring to example: axisartist/demo_floating_axes.py#7249
Merged
QuLogic merged 4 commits intomatplotlib:masterfrom Oct 18, 2016
Merged
add docstring to example: axisartist/demo_floating_axes.py#7249QuLogic merged 4 commits intomatplotlib:masterfrom
QuLogic merged 4 commits intomatplotlib:masterfrom
Conversation
Member
|
Hi @JunTan """ description |
NelleV
reviewed
Oct 11, 2016
| @@ -1,3 +1,10 @@ | |||
| """ | |||
| Demo of the scatter function and bar function with changing the shape of the plot. | |||
Member
There was a problem hiding this comment.
I'd make the title shorter, and about the features showcases here: something as simple as "Floating axes" would work well here.
Member
There was a problem hiding this comment.
Please also wrap all the lines at 79 characters.
Member
|
That's strange… The pep8 tests fail on lines you did not modify. |
Member
|
@tacaswell never mind… I confused lines and colums in the pep8 error message. |
NelleV
approved these changes
Oct 14, 2016
Kojoley
reviewed
Oct 15, 2016
| * 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 . |
QuLogic
added a commit
that referenced
this pull request
Oct 18, 2016
add docstring to example: axisartist/demo_floating_axes.py
Member
|
Backported to v2.x via 35aa62d. |
QuLogic
added a commit
to QuLogic/matplotlib
that referenced
this pull request
Oct 18, 2016
add docstring to example: axisartist/demo_floating_axes.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding docstring to matplotlib/examples/axisartist.