Skip to content

Commit f078b3e

Browse files
committed
docstring updates for nyquist_plot
1 parent e01c580 commit f078b3e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

control/freqplot.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1613,9 +1613,8 @@ def nyquist_plot(
16131613
config.defaults['freqplot.number_of_samples']. Ignored if data is
16141614
not a list of systems.
16151615
plot : bool, optional
1616-
(legacy) If given, `bode_plot` returns the legacy return values
1617-
of magnitude, phase, and frequency. If False, just return the
1618-
values with no plot.
1616+
(legacy) If given, `nyquist_plot` returns the legacy return values
1617+
of (counts, contours). If False, return the values with no plot.
16191618
primary_style : [str, str], optional
16201619
Linestyles for primary image of the Nyquist curve. The first
16211620
element is used for unscaled portions of the Nyquist curve,

0 commit comments

Comments
 (0)