from hthelpers import get_mpl_commands
plotcommands = get_mpl_commands()
@header@
Matlab(TM) 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 numpy. Below is a (growing) list of matlab compatible
commands.
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:
@summary@
Function | Description |
+ for command, desc in commands:
+ if summary=='Plotting commands':
@command@ | @desc@ |
= else:
@command@ | @desc@ |
-
-
|
-
@footer@