Skip to content

Commit 288a7ee

Browse files
committed
MAINT: removing references to bode configurations (use freqplot instead)
1 parent ec69337 commit 288a7ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

control/freqplot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def bode_plot(syslist, omega=None,
132132
----------------
133133
grid : bool
134134
If True, plot grid lines on gain and phase plots. Default is set by
135-
`config.defaults['bode.grid']`.
135+
`config.defaults['freqplot.grid']`.
136136
initial_phase : float
137137
Set the reference phase to use for the lowest frequency. If set, the
138138
initial phase of the Bode plot will be set to the value closest to the
@@ -145,7 +145,7 @@ def bode_plot(syslist, omega=None,
145145
phase will be restricted to the range [-180, 180) (or [:math:`-\\pi`,
146146
:math:`\\pi`) radians). If `wrap_phase` is specified as a float, the
147147
phase will be offset by 360 degrees if it falls below the specified
148-
value. Default to `False`, set by config.defaults['bode.wrap_phase'].
148+
value. Default to `False`, set by config.defaults['freqplot.wrap_phase'].
149149
150150
The default values for Bode plot configuration parameters can be reset
151151
using the `config.defaults` dictionary, with module name 'bode'.

0 commit comments

Comments
 (0)