from hthelpers import get_mpl_commands plotcommands = get_mpl_commands() @header@

Matlab compatible commands

Matplotlib provides a number of matlab compatible plotting commands. In addition to these, a large number of matlab compatible commands are provided by Numeric's MLab, Numeric and FFT modules. matplotlib.matlab imports these symbols, so when you do

from matplotlib.matlab import *
you have access to all of Numeric and MLab, as well as some additional matlab (non-plotting) compatible commands provided by matplotlib in matplotlib.mlab. Below is a (growing) list of matlab compatible commands for use with Numeric and matplotlib.

In addition, scipy provides many more commands, but due to it's size, I haven't committed yet to making it a requirement for matplotlib.


+ for summary, commands in plotcommands: -
+ for command, desc in commands: + if summary=='Plotting commands': = else: - -

@summary@

FunctionDescription
@command@@desc@
@command@@desc@


@footer@