SimPlot | Cellzilla2D Home |
Description
Plots one or more variables from a simulation produced by RunSim.
Needs["Cellzilla2D`"];
Return Value
Internal Simulations
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..
External Simulations
SimPlot[variable, options] returns a single plot; produces a pop-up menu to select the directory containing the multi-file simulation first.
Options
Any valid option for Plot may be used.
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also