8000 STY: Remove trailing whitespace and re-wrap lines. · matplotlib/matplotlib@0da61ef · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0da61ef

Browse files
committed
STY: Remove trailing whitespace and re-wrap lines.
1 parent 4833e41 commit 0da61ef

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

examples/axes_grid/demo_floating_axis.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
"""
22
Axis within rectangular frame
33
4-
The following code demonstrates how to put a floating
5-
polar curve within a rectangular box. In order to get
6-
a better sense of polar curves, please look at
7-
demo_curvelinear_grid.py.
4+
The following code demonstrates how to put a floating polar curve within a
5+
rectangular box. In order to get a better sense of polar curves, please look at
6+
demo_curvelinear_grid.py.
87
"""
98
import numpy as np
109
import matplotlib.pyplot as plt

examples/axes_grid/demo_parasite_axes2.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
"""
22
Parasite axis demo
33
4-
The following code is an example of a parasite axis.
5-
It aims to show a user how to plot multiple different values
6-
onto one single plot. Notice how in this example, par1 and
7-
par2 are both calling twinx meaning both are tied directly to
8-
the x-axis. From there, each of those two axis can behave
9-
separately from the each other, meaning they can take on
10-
seperate values from themselves as well as the x-axis.
4+
The following code is an example of a parasite axis. It aims to show a user how
5+
to plot multiple different values onto one single plot. Notice how in this
6+
example, par1 and par2 are both calling twinx meaning both are tied directly to
7+
the x-axis. From there, each of those two axis can behave separately from the
8+
each other, meaning they can take on seperate values from themselves as well as
9+
the x-axis.
1110
"""
1211
from mpl_toolkits.axes_grid1 import host_subplot
1312
import mpl_toolkits.axisartist as AA

0 commit comments

Comments
 (0)
0