Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfc1854e

Browse files
committed
fixed documentation
1 parent76965e1 commitfc1854e

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 theseparatrices. In not specified, it will be
371+
Set the zorder for thevectorfield. 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 theseparatrices. In not specified, it will be
470+
Set the zorder for thestreamlines. 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 theseparatrices. In not specified, it will be
597+
Set the zorder for thestreamlines. 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 theseparatrices. In not specified, it will be
711-
automatically chosen by `matplotlib.axes.Axes.plot`.
710+
Set the zorder for theequilibrium points. In not specified, it will
711+
beautomatically chosen by `matplotlib.axes.Axes.plot`.
712712
713713
"""
714714
# Process keywords

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp