matplotlib

Table Of Contents

This Page

Plotting guide

An in-depth, tutorial style guide to the matplotlib plotting functions, which explains the most important keyword arguments with examples and figures.

Bar charts, histograms and errorbars

bar(), barh(), errorbar() and hist()

TODO; see Contribute to matplotlib documentation.

Timeseries plots

acorr(), xcorr(), psd(), csd(), cohere(), specgram() and the windowing and detrending functions in matplotlib.mlab.

TODO; see Contribute to matplotlib documentation.

Working with dates

TODO; see Contribute to matplotlib documentation.

Working with masked/missing data

TODO; see Contribute to matplotlib documentation.

Working with collections

TODO; see Contribute to matplotlib documentation.

Creating figure and axes legends

legend() and figlegend()

Legend guide

Annotating plot

text() and annotate()

Annotating Axes