mpl.animation |
|
mpl.artist |
|
mpl.backends |
|
mpl.cbook |
A collection of utility functions and classes. |
mpl.collections |
Classes for the efficient drawing of large collections of objects that share most properties, e.g., a large number of line segments or polygons. |
mpl.dates |
Matplotlib provides sophisticated date plotting capabilities, standing on the shoulders of python datetime, the add-on modules pytz and dateutil. |
mpl.dviread |
An experimental module for reading dvi files output by TeX. |
mpl.finance |
A collection of functions for collecting, analyzing and plotting financial data. |
mpl.font_manager |
A module for finding, managing, and using fonts across platforms. |
mpl.gridspec |
gridspec is a module which specifies the location |
mpl.image |
The image module supports basic image loading, rescaling and display operations. |
mpl.mathtext |
mathtext is a module for parsing a subset of the |
mpl.mlab |
Numerical python functions written for compatability with MATLAB commands with the same names. |
mpl.offsetbox |
The OffsetBox is a simple container artist. |
mpl.path |
A module for dealing with the polylines used throughout matplotlib. |
mpl.patheffects |
Defines classes for path effects. |
mpl.sankey |
Module for creating Sankey diagrams using matplotlib |
mpl.spines |
|
mpl.ticker |
Tick locating and formatting |
mpl.tight_layout |
This module provides routines to adjust subplot params so that subplots are nicely fit in the figure. |
mpl.tri |
Unstructured triangular grid functions. |
mpl.type1font |
This module contains a class representing a Type 1 font. |
mpl.units |
The classes here provide support for using custom classes with matplotlib, e.g., those that do not expose the array interface but know how to converter themselves to arrays. |