Skip to content

Commit fe9928b

Browse files
committed
add additional documentation on initial_phase if deg=False
1 parent 775b03f commit fe9928b

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
@@ -135,7 +135,8 @@ def bode_plot(syslist, omega=None,
135135
initial_phase : float
136136
Set the reference phase to use for the lowest frequency. If set, the
137137
initial phase of the Bode plot will be set to the value closest to the
138-
value specified. Default is 180 if wrap_phase is False, 0 if
138+
value specified. Units are in either degrees or radians, depending on
139+
the `deg` parameter. Default is -180 if wrap_phase is False, 0 if
139140
wrap_phase is True.
140141
wrap_phase : bool or float
141142
If wrap_phase is `False`, then the phase will be unwrapped so that it

0 commit comments

Comments
 (0)