File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Original file line number Diff line number Diff line change 4
4
:hidden:
5
5
6
6
axes_grid1/index.rst
7
+ axisartist/index.rst
7
8
mplot3d/index.rst
8
9
9
10
.. _toolkits :
@@ -36,16 +37,16 @@ solution for some use cases.
36
37
37
38
.. _toolkit_axes_grid1 :
38
39
39
- AxesGrid1
40
- =========
40
+ axes_grid1
41
+ ==========
41
42
.. toctree ::
42
43
:maxdepth: 2
43
44
44
45
axes_grid1/index
45
46
46
47
47
- The matplotlib :ref: `AxesGrid1 <toolkit_axesgrid1-index >` toolkit is a
48
- collection of helper classes to ease displaying multiple images in matplotlib.
48
+ The :ref: `mpl_toolkits.axisgrid1 <toolkit_axesgrid1-index >` toolkit is a
49
+ collection of helper classes to ease displaying multiple axes in matplotlib.
49
50
50
51
51
52
@@ -54,23 +55,24 @@ collection of helper classes to ease displaying multiple images in matplotlib.
54
55
55
56
.. _toolkit_axisartist :
56
57
57
- Axisartist
58
+ axisartist
58
59
==========
59
60
.. toctree ::
60
61
:maxdepth: 2
61
62
62
63
axisartist/index
63
64
64
65
65
-
66
+ The :ref: `mpl_toolkits.axisartist <toolkit_axisartist-index >` toolkit contains
67
+ a custom Axes class that is meant to support for curvilinear grids.
66
68
67
69
68
70
.. _toolkit_gtk :
69
71
70
72
GTK Tools
71
73
=========
72
74
73
- mpl_toolkits.gtktools provides some utilities for working with GTK.
75
+ `` mpl_toolkits.gtktools `` provides some utilities for working with GTK.
74
76
This toolkit ships with matplotlib, but requires `pygtk
75
77
<http://www.pygtk.org/> `_.
76
78
@@ -80,6 +82,6 @@ This toolkit ships with matplotlib, but requires `pygtk
80
82
Excel Tools
81
83
===========
82
84
83
- mpl_toolkits.exceltools provides some utilities for working with
85
+ `` mpl_toolkits.exceltools `` provides some utilities for working with
84
86
Excel. This toolkit ships with matplotlib, but requires
85
87
`xlwt <http://pypi.python.org/pypi/xlwt >`_
You can’t perform that action at this time.
0 commit comments