File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
4
4
The following code demonstrates how to put a floating
5
5
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
7
7
demo_curvelinear_grid.py.
8
8
"""
9
9
import numpy as np
Original file line number Diff line number Diff line change 1
1
"""
2
2
Parasite Axis Demo
3
3
4
- The following code is an example of of a parasite axis.
4
+ The following code is an example of a parasite axis.
5
5
It aims to show a user how to plot multiple different values
6
6
onto one single plot. Notice how in this example, par1 and
7
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
- 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
+ """
12
12
from mpl_toolkits .axes_grid1 import host_subplot
13
13
import mpl_toolkits .axisartist as AA
14
14
import matplotlib .pyplot as plt
You can’t perform that action at this time.
0 commit comments