runPlot Reference Home

Plots the result of a simulation generated by run.


runPlot[sim, vars, {tstart, tend}, options]
runPlot[sim, vars, options]
runPlot[sim, options]

sim is the output of run.

vars is a list of variables in sim. If omitted all variables will be plotted. vars can only be omitted if the time span is also omitted.

tstart and tend give the timespan of the plot. If omitted the plot will be for the entire time span of the data.

Options include:

holdLegend→False
Any options for Plot or can be used.

Example

runPlot example

Implementation Notes

runPlot is a wrapper for MathSBML`SBMLPlot. As such any valid option for MathSBML`SBMLPlot can also be used.










[This page was last revised on: 6 July 2005]