@@ -171,8 +171,6 @@ def bode_plot(
171171 legend_loc : int or str, optional
172172 Include a legend in the given location. Default is 'center right',
173173 with no legend for a single response. Use False to suppress legend.
174- magnitude_label : str, optional
175- Label to use for magnitude axis. Defaults to "Magnitude".
176174 margins_method : str, optional
177175 Method to use in computing margins (see :func:`stability_margins`).
178176 omega_limits : array_like of two values
@@ -187,8 +185,6 @@ def bode_plot(
187185 overlay_inputs, overlay_outputs : bool, optional
188186 If set to True, combine input and/or output signals onto a single
189187 plot and use line colors, labels, and a legend to distinguish them.
190- phase_label : str, optional
191- Label to use for phase axis. Defaults to "Phase [rad]".
192188 plot : bool, optional
193189 (legacy) If given, `bode_plot` returns the legacy return values
194190 of magnitude, phase, and frequency. If False, just return the
@@ -211,8 +207,8 @@ def bode_plot(
211207 Set the title of the plot. Defaults to plot type and system name(s).
212208 title_frame : str, optional
213209 Set the frame of reference used to center the plot title. If set to
214- 'axes' (default), the horizontal position of the title will
215- centered relative to the axes. If set to ` figure` , it will be
210+ 'axes' (default), the horizontal position of the title will be
211+ centered relative to the axes. If set to ' figure' , it will be
216212 centered with respect to the figure (faster execution).
217213 wrap_phase : bool or float
218214 If wrap_phase is `False` (default), then the phase will be unwrapped
@@ -1658,7 +1654,7 @@ def nyquist_plot(
16581654 title_frame : str, optional
16591655 Set the frame of reference used to center the plot title. If set to
16601656 'axes' (default), the horizontal position of the title will
1661- centered relative to the axes. If set to ` figure` , it will be
1657+ centered relative to the axes. If set to ' figure' , it will be
16621658 centered with respect to the figure (faster execution).
16631659 warn_nyquist : bool, optional
16641660 If set to 'False', turn off warnings about frequencies above Nyquist.
@@ -2386,7 +2382,7 @@ def singular_values_plot(
23862382 the values with no plot.
23872383 rcParams : dict
23882384 Override the default parameters used for generating plots.
2389- Default is set up config.default['freqplot .rcParams'].
2385+ Default is set up config.default['ctrlplot .rcParams'].
23902386 show_legend : bool, optional
23912387 Force legend to be shown if ``True`` or hidden if ``False``. If
23922388 ``None``, then show legend when there is more than one line on an
@@ -2396,7 +2392,7 @@ def singular_values_plot(
23962392 title_frame : str, optional
23972393 Set the frame of reference used to center the plot title. If set to
23982394 'axes' (default), the horizontal position of the title will
2399- centered relative to the axes. If set to ` figure` , it will be
2395+ centered relative to the axes. If set to ' figure' , it will be
24002396 centered with respect to the figure (faster execution).
24012397
24022398 See Also
0 commit comments