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 1
1
.. _plotting-module :
2
2
3
+ .. currentmodule :: control
4
+
3
5
*************
4
6
Plotting data
5
7
*************
@@ -408,10 +410,10 @@ are part of the :mod:`~control.phaseplot` (pp) module::
408
410
The following helper functions are available:
409
411
410
412
.. 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
415
417
416
418
The :func: `~control.phase_plane_plot ` function calls these helper functions
417
419
based on the options it is passed.
@@ -653,10 +655,10 @@ Plotting functions
653
655
~control.nichols_plot
654
656
~control.nyquist_plot
655
657
~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
660
662
~control.pole_zero_plot
661
663
~control.root_locus_plot
662
664
~control.singular_values_plot
@@ -665,15 +667,14 @@ Plotting functions
665
667
666
668
Utility functions
667
669
-----------------
668
-
669
670
These additional functions can be used to manipulate response data or
670
671
carry out other operations in creating control plots.
671
672
672
673
673
674
.. autosummary ::
674
675
:toctree: generated/
675
676
676
- ~control.box_grid
677
+ phaseplot.boxgrid
677
678
~control.combine_time_responses
678
679
~control.pole_zero_subplots
679
680
~control.reset_rcParams
You can’t perform that action at this time.
0 commit comments