Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b351907

Browse files
author
Salil Vanvari
committed
updated to remove whitespace as well as fix comments
1 parent 23e47ff commit b351907

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/axisartist/demo_floating_axis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The following code demonstrates how to put a floating
55
polar curve within a rectangular box. In order to get
6-
a better sense of polar curbes, please look at
6+
a better sense of polar curves, please look at
77
demo_curvelinear_grid.py.
88
"""
99
import numpy as np

examples/axisartist/demo_parasite_axes2.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
"""
22
Parasite Axis Demo
33
4-
The following code is an example of of a parasite axis.
4+
The following code is an example of a parasite axis.
55
It aims to show a user how to plot multiple different values
66
onto one single plot. Notice how in this example, par1 and
77
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-
seperately from the current x-axis as well as the other
10-
y-axis.
11-
"""
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.
11+
"""
1212
from mpl_toolkits.axes_grid1 import host_subplot
1313
import mpl_toolkits.axisartist as AA
1414
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)