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 e9a9cc8

Browse filesBrowse files
committed
Remove warning
1 parent 786c389 commit e9a9cc8
Copy full SHA for e9a9cc8

File tree

Expand file treeCollapse file tree

1 file changed

+6
-13
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-13
lines changed

‎doc/mpl_toolkits/axes_grid1/index.rst

Copy file name to clipboardExpand all lines: doc/mpl_toolkits/axes_grid1/index.rst
+6-13Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

22
.. _toolkit_axesgrid1-index:
33

4-
Matplotlib AxesGrid Toolkit
5-
===========================
4+
Matplotlib AxesGrid1 Toolkit
5+
============================
66

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
1111
multiple axes according to their aspects.
1212

1313

@@ -21,13 +21,6 @@ multiple axes according to their aspects.
2121
While *axes_grid* namespace is maintained for the backward compatibility,
2222
use of *axes_grid1* and *axisartist* is recommended.
2323

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-
3124
.. toctree::
3225
:maxdepth: 2
3326

0 commit comments

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