Skip to content

Commit 1f4885d

Browse files
authored
again line formatting
1 parent 8f8565b commit 1f4885d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

control/freqplot.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def bode_plot(syslist, omega=None,
129129
grid : bool
130130
If True, plot grid lines on gain and phase plots. Default is set by
131131
config.defaults['bode.grid'].
132+
132133
The default values for Bode plot configuration parameters can be reset
133134
using the `config.defaults` dictionary, with module name 'bode'.
134135
@@ -137,6 +138,7 @@ def bode_plot(syslist, omega=None,
137138
1. Alternatively, you may use the lower-level method (mag, phase, freq)
138139
= sys.freqresp(freq) to generate the frequency response for a system,
139140
but it returns a MIMO response.
141+
140142
2. If a discrete time model is given, the frequency response is plotted
141143
along the upper branch of the unit circle, using the mapping z = exp(j
142144
\\omega dt) where omega ranges from 0 to pi/dt and dt is the discrete
@@ -836,4 +838,4 @@ def find_nearest_omega(omega_list, omega):
836838
# Function aliases
837839
bode = bode_plot
838840
nyquist = nyquist_plot
839-
gangof4 = gangof4_plot
841+
gangof4 = gangof4_plot

0 commit comments

Comments
 (0)