ImageGrid: Mutiple images on a single figureΒΆ

plot ImageGrid
import seaborn_image as isns

# load images
pol = isns.load_image("polymer")
pl = isns.load_image("fluorescence")

g = isns.ImageGrid([pol, pl])

Total running time of the script: ( 0 minutes 0.647 seconds)

Gallery generated by Sphinx-Gallery