Note
Go to the end to download the full example code.
2-D image visualization#
Downloading file 'PolymerImage.txt' from 'https://github.com/SarthakJariwala/seaborn-image/raw/master/data/PolymerImage.txt' to '/home/docs/.cache/seaborn-image'.
import seaborn_image as isns
img = isns.load_image("polymer")
ax = isns.imgplot(img, dx=15, units="nm")
Total running time of the script: (0 minutes 1.327 seconds)