You are reading documentation for the unreleased version of Matplotlib. Try searching for the released version of this page instead?
Version 2.0.0b1.post7580.dev0+ge487118
matplotlib
Fork me on GitHub

Table Of Contents

This Page

Toolkits

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

mplot3d

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

../_images/sphx_glr_contourf3d_2_0011.png

Contourf3d 2

axes_grid1

The mpl_toolkits.axes_grid1 toolkit is a collection of helper classes for displaying multiple axes in Matplotlib.

../_images/demo_axes_grid1.png

axisartist

The mpl_toolkits.axisartist toolkit contains a custom Axes class that is meant to support curvilinear grids.

API