Skip to content

Commit 28995f1

Browse files
committed
updated freqplot documentation + figures
1 parent 1a94f4e commit 28995f1

12 files changed

+6
-0
lines changed

control/tests/freqplot_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,9 @@ def test_freqplot_errors(plt_fcn):
610610
for args in test_cases:
611611
test_response_plots(*args, ovlinp=False, ovlout=False, clear=False)
612612

613+
# Reset suptitle_frame to the default value
614+
ct.reset_defaults()
615+
613616
# Define and run a selected set of interesting tests
614617
# TODO: TBD (see timeplot_test.py for format)
615618

doc/control.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Frequency domain plotting
5151
gangof4_plot
5252
nichols_plot
5353
nichols_grid
54+
suptitle
5455

5556
Note: For plotting commands that create multiple axes on the same plot, the
5657
individual axes can be retrieved using the axes label (retrieved using the

doc/freqplot-gangof4.png

-57 Bytes
Loading

doc/freqplot-mimo_bode-default.png

221 Bytes
Loading

doc/freqplot-mimo_bode-magonly.png

-95 Bytes
Loading

doc/freqplot-mimo_svplot-default.png

634 Bytes
Loading

doc/freqplot-nyquist-custom.png

346 Bytes
Loading

doc/freqplot-nyquist-default.png

-177 Bytes
Loading

doc/freqplot-siso_bode-default.png

-201 Bytes
Loading

doc/freqplot-siso_bode-omega.png

1017 Bytes
Loading

doc/freqplot-siso_nichols-default.png

25.8 KB
Loading

doc/plotting.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ Plotting functions
459459
~control.bode_plot
460460
~control.describing_function_plot
461461
~control.nichols_plot
462+
~control.nyquist_plot
462463
~control.phase_plane_plot
463464
~control.phaseplot.equilpoints
464465
~control.phaseplot.separatrices
@@ -481,6 +482,7 @@ returned values from plotting routines.
481482

482483
~control.combine_time_responses
483484
~control.get_plot_axes
485+
~control.suptitle
484486

485487

486488
Response classes

0 commit comments

Comments
 (0)