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 60a8b7f

Browse filesBrowse files
committed
Correct links to examples
1 parent a8ae5aa commit 60a8b7f
Copy full SHA for 60a8b7f

File tree

Expand file treeCollapse file tree

6 files changed

+11
-9
lines changed
Filter options
Expand file treeCollapse file tree

6 files changed

+11
-9
lines changed

‎doc/make.py

Copy file name to clipboardExpand all lines: doc/make.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ def all():
149149

150150
required_symlinks = [
151151
('mpl_examples', '../examples/'),
152-
('mpl_toolkits/axes_grid1/examples', '../../../examples/axes_grid/')
152+
('mpl_toolkits/axes_grid1/examples', '../../../examples/axes_grid1/'),
153+
('mpl_toolkits/axisartist/examples', '../../../examples/axisartist/')
153154
]
154155

155156
symlink_warnings = []

‎doc/mpl_toolkits/axes_grid1/examples

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../../examples/axes_grid/
1+
../../../examples/axes_grid1/

‎doc/mpl_toolkits/axes_grid1/users/axisartist.rst

Copy file name to clipboardExpand all lines: doc/mpl_toolkits/axes_grid1/users/axisartist.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In summary, all these changes was to support
2929
* a curvilinear grid.
3030
* a floating axis
3131

32-
.. plot:: mpl_toolkits/axes_grid1/examples/demo_floating_axis.py
32+
.. plot:: mpl_toolkits/axisartist/examples/demo_floating_axis.py
3333

3434

3535
*mpl_toolkits.axisartist.Axes* class defines a *axis* attribute, which
@@ -418,7 +418,7 @@ coordinates, or you may use Parasite Axes for convenience.::
418418
ax1.parasites.append(ax2)
419419

420420

421-
.. plot:: mpl_toolkits/axes_grid1/examples/demo_curvelinear_grid.py
421+
.. plot:: mpl_toolkits/axisartist/examples/demo_curvelinear_grid.py
422422

423423

424424

‎doc/mpl_toolkits/axes_grid1/users/overview.rst

Copy file name to clipboardExpand all lines: doc/mpl_toolkits/axes_grid1/users/overview.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ tick-formatter for bottom(or left)-axis. ::
267267
r"$\pi$", r"$\frac{3}{2}\pi$", r"$2\pi$"])
268268

269269

270-
.. plot:: mpl_toolkits/axes_grid1/examples/simple_axisline4.py
270+
.. plot:: mpl_toolkits/axisartist/examples/simple_axisline4.py
271271

272272

273273

‎doc/mpl_toolkits/axisartist/examples

Copy file name to clipboard
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../examples/axisartist/

‎doc/mpl_toolkits/axisartist/users/overview.rst

Copy file name to clipboardExpand all lines: doc/mpl_toolkits/axisartist/users/overview.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ to draw ticks, ticklines and etc., Axes in axisartist uses special
1515
artist (AxisArtist) which can handle tick, ticklines and etc. for
1616
curved coordinate systems.
1717

18-
.. plot:: mpl_toolkits/axes_grid1/examples/demo_floating_axis.py
18+
.. plot:: mpl_toolkits/axisartist/examples/demo_floating_axis.py
1919

2020
Since it uses a special artists, some mpl commands that work on
2121
Axes.xaxis and Axes.yaxis may not work.
@@ -97,7 +97,7 @@ to create a host subplot with axisartist.Axes, ::
9797
Here is an example that uses parasiteAxes.
9898

9999

100-
.. plot:: mpl_toolkits/axes_grid1/examples/demo_parasite_axes2.py
100+
.. plot:: mpl_toolkits/axisartist/examples/demo_parasite_axes2.py
101101

102102

103103

@@ -107,7 +107,7 @@ Curvilinear Grid
107107
The motivation behind the AxisArtist module is to support curvilinear grid
108108
and ticks.
109109

110-
.. plot:: mpl_toolkits/axes_grid1/examples/demo_curvelinear_grid.py
110+
.. plot:: mpl_toolkits/axisartist/examples/demo_curvelinear_grid.py
111111

112112
See :ref:`axisartist-manual` for more details.
113113

@@ -118,4 +118,4 @@ Floating Axes
118118
This also support a Floating Axes whose outer axis are defined as
119119
floating axis.
120120

121-
.. plot:: mpl_toolkits/axes_grid1/examples/demo_floating_axes.py
121+
.. plot:: mpl_toolkits/axisartist/examples/demo_floating_axes.py

0 commit comments

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