@@ -368,7 +368,7 @@ def vectorfield(
368
368
suppress_warnings : bool, optional
369
369
If set to True, suppress warning messages in generating trajectories.
370
370
zorder : float, optional
371
- Set the zorder for the separatrices . In not specified, it will be
371
+ Set the zorder for the vectorfield . In not specified, it will be
372
372
automatically chosen by `matplotlib.axes.Axes.quiver`.
373
373
374
374
"""
@@ -467,7 +467,7 @@ def streamplot(
467
467
If set to True, vary the linewidth of the streamlines based on the
468
468
magnitude of the vector field.
469
469
zorder : float, optional
470
- Set the zorder for the separatrices . In not specified, it will be
470
+ Set the zorder for the streamlines . In not specified, it will be
471
471
automatically chosen by `matplotlib.axes.Axes.streamplot`.
472
472
473
473
"""
@@ -594,7 +594,7 @@ def streamlines(
594
594
suppress_warnings : bool, optional
595
595
If set to True, suppress warning messages in generating trajectories.
596
596
zorder : float, optional
597
- Set the zorder for the separatrices . In not specified, it will be
597
+ Set the zorder for the streamlines . In not specified, it will be
598
598
automatically chosen by `matplotlib.axes.Axes.plot`.
599
599
600
600
"""
@@ -707,8 +707,8 @@ def equilpoints(
707
707
Override the default parameters used for generating plots.
708
708
Default is set by `config.defaults['ctrlplot.rcParams']`.
709
709
zorder : float, optional
710
- Set the zorder for the separatrices . In not specified, it will be
711
- automatically chosen by `matplotlib.axes.Axes.plot`.
710
+ Set the zorder for the equilibrium points . In not specified, it will
711
+ be automatically chosen by `matplotlib.axes.Axes.plot`.
712
712
713
713
"""
714
714
# Process keywords
0 commit comments