File tree Expand file tree Collapse file tree 3 files changed +25
-33
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +25
-33
lines changed
Original file line number Diff line number Diff line change 1
1
.. _axes_grid-api-index :
2
2
3
- Matplotlib axes_grid Toolkit
4
- ============================
3
+ `` mpl_toolkits. axes_grid``
4
+ ==========================
5
5
6
6
.. currentmodule :: mpl_toolkits
7
7
8
-
9
8
.. note ::
10
- AxesGrid toolkit has been a part of matplotlib since v
11
- 0.99. Originally, the toolkit had a single namespace of
12
- *axes_grid *. In more recent version, the toolkit
13
- has divided into two separate namespace (*axes_grid1 * and *axisartist *).
14
- While *axes_grid * namespace is maintained for the backward compatibility,
15
- use of *axes_grid1 * and *axisartist * is recommended.
16
- For the documentation on ``axes_grid ``,
17
- see the `previous version of the docs
18
- <https://matplotlib.org/2.0.1/mpl_toolkits/axes_grid/index.html#toolkit-axesgrid-index> `_.
9
+ AxesGrid has been a part of matplotlib since v 0.99. Originally, the toolkit
10
+ used the *axes_grid * namespace. In more recent versions, the toolkit
11
+ has been split into *axes_grid1 * and *axisartist *. While *axes_grid *
12
+ is maintained for the backward compatibility, use of *axes_grid1 * and
13
+ *axisartist * is recommended. For the documentation on ``axes_grid ``, see
14
+ the `previous version of the docs `__.
15
+
16
+ .. __ : https://matplotlib.org/2.0.1/mpl_toolkits/axes_grid/index.html
19
17
20
18
.. toctree ::
21
19
:maxdepth: 1
22
-
20
+
23
21
axes_grid1
24
22
axisartist
25
-
26
-
Original file line number Diff line number Diff line change 1
1
.. module :: mpl_toolkits.axes_grid1
2
2
3
- Matplotlib axes_grid1 Toolkit
4
- =============================
3
+ `` mpl_toolkits. axes_grid1``
4
+ ===========================
5
5
6
- The matplotlib :mod: `mpl_toolkits.axes_grid1 ` toolkit is a collection of
7
- helper classes to ease displaying multiple images in matplotlib. While the
8
- aspect parameter in matplotlib adjust the position of the single axes,
9
- axes_grid1 toolkit provides a framework to adjust the position of
10
- multiple axes according to their aspects.
6
+ :mod: `mpl_toolkits.axes_grid1 ` provides a framework of helper classes to adjust
7
+ the positioning of multiple fixed-aspect Axes (e.g., displaying images). It
8
+ can be contrasted with the ``aspect `` property of Matplotlib Axes, which
9
+ adjusts the position of a single Axes.
11
10
12
11
See :ref: `axes_grid1_users-guide-index ` for a guide on the usage of axes_grid1.
13
12
@@ -32,5 +31,3 @@ See :ref:`axes_grid1_users-guide-index` for a guide on the usage of axes_grid1.
32
31
axes_grid1.inset_locator
33
32
axes_grid1.mpl_axes
34
33
axes_grid1.parasite_axes
35
-
36
-
Original file line number Diff line number Diff line change 1
1
.. module :: mpl_toolkits.axisartist
2
2
3
- Matplotlib axisartist Toolkit
4
- =============================
3
+ `` mpl_toolkits. axisartist``
4
+ ===========================
5
5
6
- The *axisartist * namespace includes a derived Axes implementation (
7
- :class: `mpl_toolkits.axisartist.Axes `). The
8
- biggest difference is that the artists that are responsible for drawing
9
- axis lines, ticks, ticklabels, and axis labels are separated out from the
10
- mpl 's Axis class. This change was strongly motivated to support curvilinear grid .
6
+ The *axisartist * namespace provides a derived Axes implementation
7
+ ( :class: `mpl_toolkits.axisartist.Axes `), designed to support curvilinear
8
+ grids. The biggest difference is that the artists that are responsible for
9
+ drawing axis lines, ticks, ticklabels, and axis labels are separated out from
10
+ Matplotlib 's Axis class.
11
11
12
- You can find a tutorial describing usage of axisartist at the
12
+ You can find a tutorial describing usage of axisartist at the
13
13
:ref: `axisartist_users-guide-index ` user guide.
14
14
15
15
.. figure :: ../../gallery/axisartist/images/sphx_glr_demo_curvelinear_grid_001.png
@@ -37,4 +37,3 @@ You can find a tutorial describing usage of axisartist at the
37
37
axisartist.grid_finder
38
38
axisartist.grid_helper_curvelinear
39
39
axisartist.parasite_axes
40
-
You can’t perform that action at this time.
0 commit comments