Skip to content

Commit 0d648fd

Browse files
committed
[nyquist_plot] Fix return indentation to be able to plot lists of LTIs
1 parent 136916b commit 0d648fd

2 files changed

Lines changed: 10167 additions & 8949 deletions

File tree

control/freqplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ def nyquist_plot(syslist, omega=None, Plot=True, color='b',
421421
plt.text(xpt, ypt,
422422
' ' + str(int(np.round(f / 1000 ** pow1000, 0))) +
423423
' ' + prefix + 'Hz')
424-
return x, y, omega
424+
return x, y, omega
425425

426426

427427
# TODO: think about how (and whether) to handle lists of systems

0 commit comments

Comments
 (0)