-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Changed Examples for Pep8 Compliance #7298
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
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.
Apart from the small typo, this looks good.
👍
onto one single plot. Notice how in this example, par1 and | ||
par2 are both calling twinx meaning both are tied directly to | ||
the x-axis. From there, each of those two axis can behave | ||
seperately from the current x-axis as well as the other |
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 think there is a type here: seperately -> separately.
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 don't quite understand. The previous sentence says that both are tied to the x-axis, but this sentence says they can behave separately.
Looks like there is some trailing whitespace left... |
|
||
The following code demonstrates how to put a floating | ||
polar curve within a rectangular box. In order to get | ||
a better sense of polar curbes, please look at |
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.
curbes -> curves
""" | ||
Parasite Axis Demo | ||
|
||
The following code is an example of of a parasite axis. |
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.
Duplicate "of".
onto one single plot. Notice how in this example, par1 and | ||
par2 are both calling twinx meaning both are tied directly to | ||
the x-axis. From there, each of those two axis can behave | ||
seperately from the current x-axis as well as the other |
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 don't quite understand. The previous sentence says that both are tied to the x-axis, but this sentence says they can behave separately.
@@ -1,30 +1,35 @@ | |||
""" | |||
An experimental support for curvilinear grid. | |||
Axis Within Rectangular Frame |
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 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.
First word sounds better.
Sorry @sirlittle : do you mind quickly updating this?
Oops, missed the whitespace stuff, fixed in 023caec. |
Changed Examples for Pep8 Compliance
Changed demo_parasite_axes2.py and demo_floating_axis.py to add pep8 compliance as well a docstring for the sphinx_gallarey.