8000 fixed documentation · lkies/python-control@fc1854e · GitHub
[go: up one dir, main page]

Skip to content

Commit fc1854e

Browse files
committed
fixed documentation
1 parent 76965e1 commit fc1854e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

control/phaseplot.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
0