Plot streamlines in the phase plane.
This function plots the streamlines for a two-dimensional state space system using the matplotlib.axes.Axes.streamplot
function.
NonlinearIOSystem
or callable(t, x, …)
I/O system or function used to generate phase plane data. If a function is given, the remaining arguments are drawn from the params
keyword.
List of the form [xmin, xmax, ymin, ymax] describing the boundaries of the phase plot.
Specifies the size of the grid in the x and y axes on which to generate points.
Parameters to pass to system. For an I/O system, params
should be a dict of parameters and values. For a callable, params
should be dict with key ‘args’ and value given by a tuple (passed to callable).
Plot the vector field in the given color.
matplotlib.axes.Axes
, optional
Use the given axes for the plot, otherwise use the current axes.
Containter object with lines and arrows contained in the streamplot. See matplotlib.axes.Axes.streamplot
for details.
Colormap to use for varying the color of the streamlines.
matplotlib.colors.Normalize
, optional
Normalization map to use for scaling the colormap and linewidths.
Override the default parameters used for generating plots. Default is set by config.default['ctrlplot.rcParams']
.
If set to True, suppress warning messages in generating trajectories.
If set to True, vary the color of the streamlines based on the magnitude of the vector field.
If set to True, vary the linewidth of the streamlines based on the magnitude of the vector field.
Set the zorder for the streamlines. In not specified, it will be automatically chosen by matplotlib.axes.Axes.streamplot
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4