scatter

File Purpose: tools related to scatter plots (possibly animated)

Functions

xarray_scatter_max(array, x, y, *[, t])

use XarrayScatter to plt.scatter() a single marker, at the argmax of array.

xarray_scatter_min(array, x, y, *[, t])

use XarrayScatter to plt.scatter() a single marker, at the argmin of array.

xarray_scatter_where(arr[, condition, t])

use XarrayScatter to plt.scatter() markers wherever arr==True.

Classes

ScatterPlotElement(array[, x, ax, s, ...])

scatter plot.

XarrayScatter(array[, t, x, ax, init_plot, ...])

MoviePlotNode of scatter.