Skip to content

Commit 28995f1

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

12 files changed

Lines changed: 6 additions & 0 deletions

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
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

0 commit comments

Comments
 (0)