File tree 4 files changed +16
-23
lines changed 4 files changed +16
-23
lines changed Original file line number Diff line number Diff line change @@ -163,4 +163,3 @@ Alphabetical list of modules:
163
163
toolkits/mplot3d.rst
164
164
toolkits/axes_grid1.rst
165
165
toolkits/axisartist.rst
166
- toolkits/axes_grid.rst
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
.. module :: mpl_toolkits.axes_grid1
2
2
3
+ .. redirect-from :: /api/toolkits/axes_grid
4
+
3
5
``mpl_toolkits.axes_grid1 ``
4
6
===========================
5
7
@@ -15,6 +17,13 @@ See :ref:`axes_grid1_users-guide-index` for a guide on the usage of axes_grid1.
15
17
:align: center
16
18
:scale: 50
17
19
20
+ .. note ::
21
+
22
+ This module contains classes and function that were formerly part of the
23
+ ``mpl_toolkits.axes_grid `` module that was removed in 3.6. Additional
24
+ classes from that older module may also be found in
25
+ `mpl_toolkits.axisartist `.
26
+
18
27
.. currentmodule :: mpl_toolkits
19
28
20
29
**The submodules of the axes_grid1 API are: **
Original file line number Diff line number Diff line change @@ -17,6 +17,13 @@ You can find a tutorial describing usage of axisartist at the
17
17
:align: center
18
18
:scale: 50
19
19
20
+ .. note ::
21
+
22
+ This module contains classes and function that were formerly part of the
23
+ ``mpl_toolkits.axes_grid `` module that was removed in 3.6. Additional
24
+ classes from that older module may also be found in
25
+ `mpl_toolkits.axes_grid1 `.
26
+
20
27
.. currentmodule :: mpl_toolkits
21
28
22
29
**The submodules of the axisartist API are: **
You can’t perform that action at this time.
0 commit comments