dyntrack.pl.FTLE
- dyntrack.pl.FTLE(DT, cmap='jet', density=2, linewidth=0.75, arrowsize=1, arrowstyle='->', color='white', figsize=(7, 4), show=True, kwargs_for_countourf={}, kwargs_for_streamplot={})
Plotting counterpart of tl.FTLE.
- Parameters
DT (
DynTrack) – Adyntrack.DynTrackobject.cmap – Colormap used by
matplotlib.pyplot.countourf().density (
float) – Density of arrows used bymatplotlib.pyplot.streamplot().linewidth (
float) – Arrow line width used bymatplotlib.pyplot.streamplot().arrowsize (
float) – Arrow size used bymatplotlib.pyplot.streamplot().arrowstyle (
str) – Arrow style used bymatplotlib.pyplot.streamplot().color – Arrow color used by
matplotlib.pyplot.streamplot().figsize – Figure size.
show (
bool) – Show the plot, do not return axis.**kwargs_for_contourf – Arguments passed to
matplotlib.pyplot.contourf().**kwargs_for_streamplot – Arguments passed to
matplotlib.pyplot.streamplot().
- Returns
- Return type
matplotlib.axes.Axesif show=True