Note
Go to the end to download the full example code
4D image data#

import seaborn_image as isns
cifar = isns.load_image("cifar10")
g = isns.ImageGrid(cifar, cbar=False, height=1, col_wrap=10)
Total running time of the script: ( 0 minutes 2.292 seconds)