Note
Go to the end to download the full example code
Multi-dimensional images#

import seaborn_image as isns
cells = isns.load_image("cells")
g = isns.ImageGrid(cells, cbar=False, height=1, col_wrap=5, step=2, cmap="inferno")
Total running time of the script: ( 0 minutes 2.515 seconds)