Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e468159

Browse files
committed
Reorganize old toolkits page into new toolkits index.
1 parent 2843eae commit e468159

3 files changed

Lines changed: 65 additions & 74 deletions

File tree

doc/mpl_toolkits/index.rst

Lines changed: 65 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,69 @@ Toolkits
99
:Release: |version|
1010
:Date: |today|
1111

12-
.. toctree::
12+
.. _toolkits:
1313

14-
axes_grid/index.rst
15-
mplot3d/index.rst
14+
Toolkits are collections of application-specific functions that extend matplotlib.
15+
16+
.. _toolkit_basemap:
17+
18+
Basemap
19+
=======
20+
21+
Plots data on map projections, with continental and political
22+
boundaries, see `basemap <http://matplotlib.sf.net/basemap/doc/html>`_
23+
docs.
24+
25+
.. _toolkit_gtk:
26+
27+
GTK Tools
28+
=========
29+
30+
mpl_toolkits.gtktools provides some utilities for working with GTK.
31+
This toolkit ships with matplotlib, but requires `pygtk
32+
<http://www.pygtk.org/>`_.
33+
34+
.. _toolkit_excel:
35+
36+
Excel Tools
37+
===========
38+
39+
mpl_toolkits.exceltools provides some utilities for working with
40+
Excel. This toolkit ships with matplotlib, but requires
41+
`xlwt <http://pypi.python.org/pypi/xlwt>`_
42+
43+
.. _toolkit_natgrid:
44+
45+
Natgrid
46+
========
47+
48+
mpl_toolkits.natgrid is an interface to natgrid C library for gridding
49+
irregularly spaced data. This requires a separate installation of the
50+
natgrid toolkit from the sourceforge `download
51+
<http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=142792>`_
52+
page.
53+
54+
.. _toolkit_mplot3d:
55+
56+
mplot3d
57+
===========
58+
59+
mpl_toolkits.mplot3d provides some basic 3D plotting (scatter, surf,
60+
line, mesh) tools. Not the fastest or feature complete 3D library out
61+
there, but ships with matplotlib and thus may be a lighter weight
62+
solution for some use cases.
63+
64+
See :ref:`toolkit_mplot3d-index` for more documentation and examples.
65+
66+
.. _toolkit_axes_grid:
67+
68+
AxesGrid
69+
========
70+
71+
The matplotlib AxesGrid toolkit is a collection of helper classes to
72+
ease displaying multiple images in matplotlib. The AxesGrid toolkit is
73+
distributed with matplotlib source.
74+
75+
.. image:: ../_static/demo_axes_grid.png
76+
77+
See :ref:`toolkit_axesgrid-index` for documentations.

doc/users/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ User's Guide
2828
path_tutorial.rst
2929
annotations_guide.rst
3030
recipes.rst
31-
toolkits.rst
3231
screenshots.rst
3332
whats_new.rst
3433
license.rst

doc/users/toolkits.rst

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)