Note
Go to the end to download the full example code.
4D image data#
import seaborn_image as isns
isns.set_image(origin="lower")
cifar = isns.load_image("cifar10")
g = isns.ImageGrid(cifar, cbar=False, height=1, col_wrap=10)
Total running time of the script: (0 minutes 1.508 seconds)