Changed Examples for Pep8 Compliance#7298
Conversation
NelleV
left a comment
There was a problem hiding this comment.
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.
I think there is a type here: seperately -> separately.
There was a problem hiding this comment.
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 |
| """ | ||
| Parasite Axis Demo | ||
|
|
||
| The following code is an example of of a parasite axis. |
| 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.
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.
There was a problem hiding this comment.
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.