figimage

figimage

skimage.viewer.utils.figimage(image, scale=1, dpi=None, **kwargs) [source]

Return figure and axes with figure tightly surrounding image.

Unlike pyplot.figimage, this actually plots onto an axes object, which fills the figure. Plotting the image onto an axes allows for subsequent overlays of axes artists.

Parameters:

image : array

image to plot

scale : float

If scale is 1, the figure and axes have the same dimension as the image. Smaller values of scale will shrink the figure.

dpi : int

Dots per inch for figure. If None, use the default rcParam.

doc_scikit_image
2017-01-12 17:20:58
Comments
Leave a Comment

Please login to continue.