8000 DOC: box_grid -> boxgrid + fix module path refs · NickThomasMain/python-control@d44bc84 · GitHub
[go: up one dir, main page]

Skip to content 65E6

Commit d44bc84

Browse files
committed
DOC: box_grid -> boxgrid + fix module path refs
1 parent f86ebda commit d44bc84

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

doc/plotting.rst

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.. _plotting-module:
22

3+
.. currentmodule:: control
4+
35
*************
46
Plotting data
57
*************
@@ -408,10 +410,10 @@ are part of the :mod:`~control.phaseplot` (pp) module::
408410
The 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

416418
The :func:`~control.phase_plane_plot` function calls these helper functions
417419
based 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

666668
Utility functions
667669
-----------------
668-
669670
These additional functions can be used to manipulate response data or
670671
carry 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

Comments
 (0)
0