PhasePlot | Reference Home |
Makes a parametric plot of two variables in a simulation.
New in version 0.68
PhasePlot[num, {xvar, yvar}, {tbegin, tend}, options]
num is the output of run
xvar is the system variable plotted on the x-axis
yvar is the system variable plotted on the y-axis
tbegin, tend give the range of times to use to select the dat to plot
options are any options for Plot
The resulting plot is a plot of yvar as a function of xvar from t=tbegin to tend
Example
Implementation NotesPhasePlot is a wrapper for ParametricPlot.