@@ -149,7 +149,7 @@ def phase_plane_plot(
149149 in the dict as keywords to :func:`~control.phaseplot.separatrices`.
150150 rcParams : dict
151151 Override the default parameters used for generating plots.
152- Default is set by config.default ['ctrlplot.rcParams'].
152+ Default is set by config.defaults ['ctrlplot.rcParams'].
153153 suppress_warnings : bool, optional
154154 If set to `True`, suppress warning messages in generating trajectories.
155155 title : str, optional
@@ -290,7 +290,7 @@ def vectorfield(
290290 ----------------
291291 rcParams : dict
292292 Override the default parameters used for generating plots.
293- Default is set by config.default ['ctrlplot.rcParams'].
293+ Default is set by config.defaults ['ctrlplot.rcParams'].
294294 suppress_warnings : bool, optional
295295 If set to `True`, suppress warning messages in generating trajectories.
296296
@@ -400,7 +400,7 @@ def streamlines(
400400 value can be set in config.defaults['phaseplot.arrow_style'].
401401 rcParams : dict
402402 Override the default parameters used for generating plots.
403- Default is set by config.default ['ctrlplot.rcParams'].
403+ Default is set by config.defaults ['ctrlplot.rcParams'].
404404 suppress_warnings : bool, optional
405405 If set to `True`, suppress warning messages in generating trajectories.
406406
@@ -512,7 +512,7 @@ def equilpoints(
512512 ----------------
513513 rcParams : dict
514514 Override the default parameters used for generating plots.
515- Default is set by config.default ['ctrlplot.rcParams'].
515+ Default is set by config.defaults ['ctrlplot.rcParams'].
516516
517517 """
518518 # Process keywords
@@ -604,7 +604,7 @@ def separatrices(
604604 ----------------
605605 rcParams : dict
606606 Override the default parameters used for generating plots.
607- Default is set by config.default ['ctrlplot.rcParams'].
607+ Default is set by config.defaults ['ctrlplot.rcParams'].
608608 suppress_warnings : bool, optional
609609 If set to `True`, suppress warning messages in generating trajectories.
610610
0 commit comments