from hthelpers import get_mpl_commands plotcommands = get_mpl_commands() @header@
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.
|