Skip to content

Commit 93d97cc

Browse files
committed
small fixes rebasing against master
1 parent b29cedf commit 93d97cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

control/freqplot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,8 @@ def gen_zero_centered_series(val_min, val_max, period):
523523
def nyquist_plot(
524524
syslist, omega=None, plot=True, omega_limits=None, omega_num=None,
525525
label_freq=0, color=None, mirror='--', arrowhead_length=0.1,
526-
arrowhead_width=0.1, *args, **kwargs): """Nyquist plot for a system
526+
arrowhead_width=0.1, *args, **kwargs):
527+
"""Nyquist plot for a system
527528
528529
Plots a Nyquist plot for the system over a (optional) frequency range.
529530

0 commit comments

Comments
 (0)