You are reading an old version of the documentation (v1.2.1). For the latest version see https://matplotlib.org/stable/
matplotlib

Table Of Contents

Previous topic

Adding new scales and projections to matplotlib

Next topic

Matplotlib AxesGrid Toolkit

This Page

Toolkits

Release:1.2.1
Date:May 29, 2013

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

Basemap

Plots data on map projections, with continental and political boundaries, see basemap docs.

GTK Tools

mpl_toolkits.gtktools provides some utilities for working with GTK. This toolkit ships with matplotlib, but requires pygtk.

Excel Tools

mpl_toolkits.exceltools provides some utilities for working with Excel. This toolkit ships with matplotlib, but requires xlwt

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 page.

mplot3d

mpl_toolkits.mplot3d provides some basic 3D plotting (scatter, surf, line, mesh) tools. Not the fastest or feature complete 3D library out there, but ships with matplotlib and thus may be a lighter weight solution for some use cases.

See mplot3d for more documentation and examples.

AxesGrid

The matplotlib AxesGrid toolkit is a collection of helper classes to ease displaying multiple images in matplotlib. The AxesGrid toolkit is distributed with matplotlib source.

../_images/demo_axes_grid4.png

See Matplotlib AxesGrid Toolkit for documentations.