scisalt.matplotlib.Imshow_Slider_Array¶
-
class
scisalt.matplotlib.Imshow_Slider_Array(images, usecbar=False, **kwargs)[source]¶ Convenience class for viewing images.
Plots images to an instance of
matplotlib.axes.Axes, with sliders for controlling bounds, with **kwargs passed through tomatplotlib.axes.Axes.imshow.Parameters: images :
An array of images.
usecbar : bool
Determines if colorbar is shown. Color bars can slow down the viewer significantly.
kwargs :
Passed through to
matplotlib.axes.Axes.imshow.Attributes
AxesImageThe matplotlib.image.AxesImagefrommatplotlib.axes.Axes.imshow.axThe matplotlib.axes.Axesused formatplotlib.axes.Axes.imshow.clim_maxSlider value for maximum clim_minSlider value for minimum imageThe image loaded. imagesThe array of images. imgmaxHighest value of input image. imgminLowest value of input image. num_imgsThe number of images. Methods
set_cmap(cmap)Sets color map to cmap.