@@ -15,7 +15,8 @@ Toolkits
1515
1616
1717
18- Toolkits are collections of application-specific functions that extend matplotlib.
18+ Toolkits are collections of application-specific functions that extend
19+ Matplotlib.
1920
2021
2122.. _toolkit_mplot3d :
@@ -24,10 +25,10 @@ mplot3d
2425=======
2526
2627
27- :ref: `mpl_toolkits.mplot3d <toolkit_mplot3d-index >` provides some basic 3D plotting (scatter, surf,
28- line, mesh) tools. Not the fastest or feature complete 3D library out
29- there, but ships with matplotlib and thus may be a lighter weight
30- solution for some use cases.
28+ :ref: `mpl_toolkits.mplot3d <toolkit_mplot3d-index >` provides some basic 3D
29+ plotting (scatter, surf, line, mesh) tools. Not the fastest or feature
30+ complete 3D library out there, but ships with Matplotlib and thus may be a
31+ lighter weight solution for some use cases.
3132
3233.. plot :: mpl_examples/mplot3d/contourf3d_demo2.py
3334
@@ -38,7 +39,7 @@ axes_grid1
3839
3940
4041The :ref: `mpl_toolkits.axes_grid1 <toolkit_axesgrid1-index >` toolkit is a
41- collection of helper classes to ease displaying multiple axes in matplotlib .
42+ collection of helper classes to ease displaying multiple axes in Matplotlib .
4243
4344
4445
@@ -53,23 +54,3 @@ axisartist
5354
5455The :ref: `mpl_toolkits.axisartist <toolkit_axisartist-index >` toolkit contains
5556a custom Axes class that is meant to support for curvilinear grids.
56-
57-
58- .. _toolkit_gtk :
59-
60- GTK Tools
61- =========
62-
63- ``mpl_toolkits.gtktools `` provides some utilities for working with GTK.
64- This toolkit ships with matplotlib, but requires `pygtk
65- <http://www.pygtk.org/> `_.
66-
67-
68- .. _toolkit_excel :
69-
70- Excel Tools
71- ===========
72-
73- ``mpl_toolkits.exceltools `` provides some utilities for working with
74- Excel. This toolkit ships with matplotlib, but requires
75- `xlwt <https://pypi.python.org/pypi/xlwt >`_
0 commit comments