stimpyp.plot.plot_scatter_animation#
- stimpyp.plot.plot_scatter_animation(x, y, t=None, *, step=None, size=10, output=None, **kwargs)#
Plot xy scatter animation with given time points
- Parameters:
x (ndarray) – x loc. Array[float, T]
y (ndarray) – y loc. Array[float, T]
t (ndarray | None) – time array in sec. Array[float, T]
size (int) – size of the scatter
step (int | None) – step run per datapoint
output (Path | str | None) – output for animation. i.e., *.gif
kwargs – additional arguments passed to
FuncAnimation()
- Returns:
- Return type:
None