Skip to content

Commit 64c9adb

Browse files
committed
fix documentation, spelling, order
1 parent 3959f58 commit 64c9adb

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
@@ -70,8 +70,6 @@ def bode_plot(syslist, omega=None, dB=None, Hz=None, deg=None,
7070
List of linear input/output systems (single system is OK)
7171
omega : freq_range
7272
Range of frequencies (list or bounds) in rad/sec
73-
omega_num: int
74-
number of sample
7573
dB : boolean
7674
If True, plot result in dB
7775
Hz : boolean
@@ -80,6 +78,8 @@ def bode_plot(syslist, omega=None, dB=None, Hz=None, deg=None,
8078
If True, plot phase in degrees (else radians)
8179
Plot : boolean
8280
If True, plot magnitude and phase
81+
omega_num: int
82+
number of samples
8383
*args, **kwargs:
8484
Additional options to matplotlib (color, linestyle, etc)
8585

0 commit comments

Comments
 (0)