If two functions are returned by Solve ODE, then a phase plane can be plotted. The phase plane is the curve defined parametrically by the two functions.
Solve ODE + Numeric
, Functions defined: x, y
x′ = y y′ = - x x(0) = 0 y(0) = 1
Plot 2D + Phase Plane
x, y