File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed
Filter options
doc/mpl_toolkits/axes_grid1 Expand file tree Collapse file tree 1 file changed +6
-13
lines changed
Original file line number Diff line number Diff line change 1
1
2
2
.. _toolkit_axesgrid1-index :
3
3
4
- Matplotlib AxesGrid Toolkit
5
- ===========================
4
+ Matplotlib AxesGrid1 Toolkit
5
+ ============================
6
6
7
- The matplotlib AxesGrid toolkit is a collection of helper classes to
8
- ease displaying multiple images in matplotlib. While the aspect
9
- parameter in matplotlib adjust the position of the single axes,
10
- AxesGrid toolkit provides a framework to adjust the position of
7
+ The matplotlib :class: ` mpl_toolkits.axes_grid1 ` toolkit is a collection of
8
+ helper classes to ease displaying multiple images in matplotlib. While the
9
+ aspect parameter in matplotlib adjust the position of the single axes,
10
+ AxesGrid1 toolkit provides a framework to adjust the position of
11
11
multiple axes according to their aspects.
12
12
13
13
@@ -21,13 +21,6 @@ multiple axes according to their aspects.
21
21
While *axes_grid * namespace is maintained for the backward compatibility,
22
22
use of *axes_grid1 * and *axisartist * is recommended.
23
23
24
- .. warning ::
25
- *axes_grid * and *axisartist * (but not *axes_grid1 *) uses
26
- a custom Axes class (derived from the mpl's original Axes class).
27
- As a side effect, some commands (mostly tick-related) do not work.
28
- Use *axes_grid1 * to avoid this, or see how things are different in
29
- *axes_grid * and *axisartist * (LINK needed)
30
-
31
24
.. toctree ::
32
25
:maxdepth: 2
33
26
You can’t perform that action at this time.
0 commit comments