Skip to content

Commit 24d57e1

Browse files
committed
Merge branch 'freqplot-improvements' of https://github.com/sawyerbfuller/python-control into freqplot-improvements
merge!
2 parents acaea54 + b7653f8 commit 24d57e1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

control/freqplot.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,9 +533,10 @@ def nyquist_plot(syslist, omega=None, plot=True, omega_limits=None,
533533
plot : boolean
534534
If True, plot magnitude
535535
omega : array_like
536-
Range of frequencies in rad/sec
536+
Set of frequencies to be evaluated in rad/sec.
537537
omega_limits : array_like of two values
538-
Limits of the to generate frequency vector.
538+
Limits to the range of frequencies. Ignored if omega
539+
is provided, and auto-generated if omitted.
539540
omega_num : int
540541
Number of samples to plot. Defaults to
541542
config.defaults['freqplot.number_of_samples'].

0 commit comments

Comments
 (0)