imshow
skimage.external.tifffile.imshow(data, title=None, vmin=0, vmax=None, cmap=None, bitspersample=None, photometric='rgb', interpolation='nearest', dpi=96, figure=None, subplot=111, maxdim=8192, **kwargs) [source]
Plot n-dimensional images using matplotlib.pyplot. Return figure, subplot and plot axis. Requires pyplot already imported from matplotlib import pyplot. Parameters:
bitspersample : int or None Number of bits per channel in integer RGB images. photometric : {‘miniswhite’, ‘mi