File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 11.. _plotting-module :
22
3+ .. currentmodule :: control
4+
35*************
46Plotting data
57*************
@@ -408,10 +410,10 @@ are part of the :mod:`~control.phaseplot` (pp) module::
408410The following helper functions are available:
409411
410412.. autosummary ::
411- ~control. phaseplot.equilpoints
412- ~control. phaseplot.separatrices
413- ~control. phaseplot.streamlines
414- ~control. phaseplot.vectorfield
413+ phaseplot.equilpoints
414+ phaseplot.separatrices
415+ phaseplot.streamlines
416+ phaseplot.vectorfield
415417
416418The :func: `~control.phase_plane_plot ` function calls these helper functions
417419based on the options it is passed.
@@ -653,10 +655,10 @@ Plotting functions
653655 ~control.nichols_plot
654656 ~control.nyquist_plot
655657 ~control.phase_plane_plot
656- ~control. phaseplot.equilpoints
657- ~control. phaseplot.separatrices
658- ~control. phaseplot.streamlines
659- ~control. phaseplot.vectorfield
658+ phaseplot.equilpoints
659+ phaseplot.separatrices
660+ phaseplot.streamlines
661+ phaseplot.vectorfield
660662 ~control.pole_zero_plot
661663 ~control.root_locus_plot
662664 ~control.singular_values_plot
@@ -665,15 +667,14 @@ Plotting functions
665667
666668Utility functions
667669-----------------
668-
669670These additional functions can be used to manipulate response data or
670671carry out other operations in creating control plots.
671672
672673
673674.. autosummary ::
674675 :toctree: generated/
675676
676- ~control.box_grid
677+ phaseplot.boxgrid
677678 ~control.combine_time_responses
678679 ~control.pole_zero_subplots
679680 ~control.reset_rcParams
You can’t perform that action at this time.
0 commit comments