Annotates a 3D image and returns a scrollable stack for display in IPython.
Parameters: | centroids : DataFrame including columns x and y image : image array (or string path to image file) circle_size : Deprecated.
color : single matplotlib color or a list of multiple colors
invert : If you give a filepath as the image, specify whether to invert
ax : matplotlib axes object, defaults to current axes split_category : string, parameter to use to split the data into sections
split_thresh : single value or list of ints or floats to split
imshow_style : dictionary of keyword arguments passed through to
plot_style : dictionary of keyword arguments passed through to
|
---|---|
Returns: | pims.Frame object containing a three-dimensional RGBA image |
See also