.. _toolkits:

*******************
Toolkits
*******************

Toolkits are collections of application-specific functions that extend matplotlib.

.. _toolkit_basemap:

Basemap
=======

Plots data on map projections, with continental and political
boundaries, see `basemap <http://matplotlib.sf.net/basemap/doc/html>`_
docs.

.. _toolkit_gtk:

GTK Tools
=========

mpl_toolkits.gtktools provides some utilities for working with GTK.
This toolkit ships with matplotlib, but requires `pygtk
<http://www.pygtk.org/>`_.

.. _toolkit_excel:

Excel Tools
===========

mpl_toolkits.exceltools provides some utilities for working with
Excel.  This toolkit ships with matplotlib, but requires
`pyExcelerator <http://sourceforge.net/projects/pyexcelerator>`_

.. _toolkit_natgrid:

Natgrid
========
 
mpl_toolkits.natgrid is an interface to natgrid C library for gridding
irregularly spaced data.  This requires a separate installation of the
natgrid toolkit from the sourceforge `download
<http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=142792>`_
page.
 
