@@ -76,17 +76,17 @@ an inverted pendulum system, which is created using a mesh grid:
7676
7777This figure shows several features of more complex phase plane plots:
7878multiple equilibrium points are shown, with saddle points showing
79- separatrices, and streamlines generated generated from a rectangular 25x25
80- grid (default) of function evaluations. Together, the multiple features in
81- the phase plane plot give a good global picture of the topological structure
82- of solutions of the dynamical system.
83-
84- Phase plots can be built up by hand using a variety of helper functions that
85- are part of the :mod: `phaseplot ` (pp) module. For more precise control, the
86- streamlines can also generated by integrating the system forwads or backwards
87- in time from a set of initial conditions. The initial conditions can be chosen
88- on a rectangular grid, rectangual boundary, circle or from an arbitrary set of
89- points.
79+ separatrices, and streamlines generated generated from a rectangular
80+ 25x25 grid (default) of function evaluations. Together, the multiple
81+ features in the phase plane plot give a good global picture of the
82+ topological structure of solutions of the dynamical system.
83+
84+ Phase plots can be built up by hand using a variety of helper
85+ functions that are part of the :mod: `phaseplot ` (pp) module. For more
86+ precise control, the streamlines can also generated by integrating the
87+ system forwards or backwards in time from a set of initial
88+ conditions. The initial conditions can be chosen on a rectangular
89+ grid, rectangual boundary, circle or from an arbitrary set of points.
9090
9191.. testcode :: phaseplot
9292 :hide:
@@ -127,8 +127,8 @@ The following helper functions are available:
127127 phaseplot.equilpoints
128128 phaseplot.separatrices
129129 phaseplot.streamlines
130- phaseplot.vectorfield
131130 phaseplot.streamplot
131+ phaseplot.vectorfield
132132
133133The :func: `phase_plane_plot ` function calls these helper functions
134134based on the options it is passed.
0 commit comments