SimPlot Cellzilla2D Home

Description

Plots one or more variables from a simulation produced by RunSim.

Needs["Cellzilla2D`"];

Return Value

SimPlot[sim, varible, {tstart, tend}, options] returns a single graphics object which plots all instances of variable on a single grid over the specified time span. Thus varible[1], variable[2], ..., variable[n] are all plotted on a single figure. Any valid option for Plot may be used.

SimPlot[sim, {tstart, tend}, options] returns a list of plots, with one plot for each variable in the simulation.

SimPlot[sim, {var1, var2, ...} {tstart, tend}, options] returns a list of plots, with one plot for each variable specified.

SimPlot[sim, options] returns a list of plots, with one plot for each variable in the simulation, for the entire time span of the simulation..

Options

Any valid option for Plot may be used.

Example

[ Download Example as Zipped Mathematica Notebook ]

Implementation Notes

See Also



[2009-06-21T16:45:43-0700 ]