Reference ========= :doc:`imgplot ` ---------------------------- Axes level function to visualize 2-D images. :doc:`imshow ` ---------------------------- Alias for ``imgplot``. Axes level function to visualize 2-D image data. :doc:`imghist ` ---------------------------- Figure level function to visualize image data distribution along with the image. :doc:`ImageGrid ` -------------------------------- Figure level function to visualize multi-dimensional images as well as collection of 2-D/3-D images. :doc:`rgbplot ` ---------------------------- Figure level function to visualize RGB channels in a RGB image. :doc:`filterplot ` ---------------------------------- Axes level function to apply image filters and visualize them. :doc:`fftplot ` ---------------------------- Axes level function to visualize the fast-fourier transform of the input image. :doc:`ParamGrid ` ---------------------------------- Figure level function that maps a function to input image and allows exploration of the interplay between different parameters of the mapped function. :doc:`load_image ` -------------------------------------------- Load sample datasets from seaborn-image. :doc:`Settings ` -------------------------------------------- Set global settings for drawing images. :doc:`Utilities ` -------------------------------------- Handy utility functions for despining axes, setting scientific ticks, etc. Deprecated ++++++++++ :doc:`FilterGrid ` ---------------------------------- `FilterGrid` is deprecated. Use :doc:`ParamGrid ` instead.