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 a8ae5aa

Browse filesBrowse files
committed
Split axes_grid1 and axisartist examples
1 parent e9a9cc8 commit a8ae5aa
Copy full SHA for a8ae5aa
Expand file treeCollapse file tree

23 files changed

+4
-4
lines changed

‎examples/axes_grid/demo_axisline_style.py renamed to ‎examples/axisartist/demo_axisline_style.py

Copy file name to clipboardExpand all lines: examples/axisartist/demo_axisline_style.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
from mpl_toolkits.axes_grid.axislines import SubplotZero
2+
from mpl_toolkits.axisartist.axislines import SubplotZero
33
import matplotlib.pyplot as plt
44
import numpy as np
55

‎examples/axes_grid/demo_curvelinear_grid2.py renamed to ‎examples/axisartist/demo_curvelinear_grid2.py

Copy file name to clipboardExpand all lines: examples/axisartist/demo_curvelinear_grid2.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import numpy as np
22
import matplotlib.pyplot as plt
33

4-
from mpl_toolkits.axes_grid.grid_helper_curvelinear import \
4+
from mpl_toolkits.axisartist.grid_helper_curvelinear import \
55
GridHelperCurveLinear
6-
from mpl_toolkits.axes_grid.axislines import Subplot
6+
from mpl_toolkits.axisartist.axislines import Subplot
77

8-
import mpl_toolkits.axes_grid.angle_helper as angle_helper
8+
import mpl_toolkits.axisartist.angle_helper as angle_helper
99

1010

1111
def curvelinear_test1(fig):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.