We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01c580 commit f078b3eCopy full SHA for f078b3e
control/freqplot.py
@@ -1613,9 +1613,8 @@ def nyquist_plot(
1613
config.defaults['freqplot.number_of_samples']. Ignored if data is
1614
not a list of systems.
1615
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.
+ (legacy) If given, `nyquist_plot` returns the legacy return values
+ of (counts, contours). If False, return the values with no plot.
1619
primary_style : [str, str], optional
1620
Linestyles for primary image of the Nyquist curve. The first
1621
element is used for unscaled portions of the Nyquist curve,
0 commit comments