trackpy.scatter3d

trackpy.scatter3d(*args, **kwargs)

The 3D equivalent of scatter.

Parameters:
centroidsDataFrame

The DataFrame should include time and spatial coordinate columns.

mppfloat, optional

Microns per pixel. If omitted, the labels will have units of pixels.

cmapcolormap, optional

This is only used in colorby=’frame’ mode. Default = mpl.cm.winter

axmatplotlib axes object, optional

Defaults to current axes

pos_columnslist of strings, optional

Dataframe column names for spatial coords. Default is [‘x’, ‘y’, ‘z’].

Returns:
Axes object

See also

scatter

the 2D equivalent of scatter3d