- Notifications
You must be signed in to change notification settings - Fork441
Closed
Labels
Description
python-control/control/freqplot.py
Line 332 in18976c1
omega_nyq_line=np.array((np.nan,nyquistfrq,nyquistfrq)) |
This line should be:omega_nyq_line = np.array((np.nan, nyquistfrq_plot, nyquistfrq_plot))
... so that the nyquist limit will be plotted in Hz when requested. Currently the nyquist limit always plots as rad/s, even if the Hz argument is True.