Skip to content

Commit 3959f58

Browse files
committed
change order of argument to ensure backward compatibility
1 parent 810287e commit 3959f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

control/freqplot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
#
5959

6060
# Bode plot
61-
def bode_plot(syslist, omega=None, omega_num=None, dB=None, Hz=None, deg=None,
62-
Plot=True, *args, **kwargs):
61+
def bode_plot(syslist, omega=None, dB=None, Hz=None, deg=None,
62+
Plot=True, omega_num=None, *args, **kwargs):
6363
"""Bode plot for a system
6464
6565
Plots a Bode plot for the system over a (optional) frequency range.

0 commit comments

Comments
 (0)