@@ -368,7 +368,7 @@ def vectorfield(
368368 suppress_warnings : bool, optional
369369 If set to True, suppress warning messages in generating trajectories.
370370 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
372372 automatically chosen by `matplotlib.axes.Axes.quiver`.
373373
374374 """
@@ -467,7 +467,7 @@ def streamplot(
467467 If set to True, vary the linewidth of the streamlines based on the
468468 magnitude of the vector field.
469469 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
471471 automatically chosen by `matplotlib.axes.Axes.streamplot`.
472472
473473 """
@@ -594,7 +594,7 @@ def streamlines(
594594 suppress_warnings : bool, optional
595595 If set to True, suppress warning messages in generating trajectories.
596596 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
598598 automatically chosen by `matplotlib.axes.Axes.plot`.
599599
600600 """
@@ -707,8 +707,8 @@ def equilpoints(
707707 Override the default parameters used for generating plots.
708708 Default is set by `config.defaults['ctrlplot.rcParams']`.
709709 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`.
712712
713713 """
714714 # Process keywords
0 commit comments