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 b351907

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

File tree

Expand file treeCollapse file tree

2 files changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-6
lines changed

‎examples/axisartist/demo_floating_axis.py

Copy file name to clipboardExpand all lines: examples/axisartist/demo_floating_axis.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: examples/axisartist/demo_parasite_axes2.py
+5-5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.