11.. _plotting-module :
22
3+ .. currentmodule :: control
4+
35*************
46Plotting data
57*************
@@ -213,8 +215,8 @@ plot, use `plot_type='nichols'`::
213215
214216.. image :: freqplot-siso_nichols-default.png
215217
216- Another response function that can be used to generate Bode plots is
217- the :func: `~control.gangof4 ` function, which computes the four primary
218+ Another response function that can be used to generate Bode plots is the
219+ :func: `~control.gangof4_response ` function, which computes the four primary
218220sensitivity functions for a feedback control system in standard form::
219221
220222 proc = ct.tf([1], [1, 1, 1], name="process")
@@ -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
0 commit comments