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 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:`FilterGrid ` ---------------------------------- Figure level function to explore interplay between different parameters of the input filter. :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.