insert-image-cell-note
Origin supports insert image to cell notes including column label cells since Origin 2022b.
Common Problem: When inserting image file, by default absolute file path is used, e.g. \img(file://"C:/Users/Smith/Documents/files/IMG/image.png",w=200). When sharing the project with others, they may not see the image in cell note since such file path may not exist on their PC.
To solve this problem, put the image in same folder or subfolder of the project file and replace the project path with string register %x. E.g. the image file is put under IMG subfolder of project file. Change the image link to \img(file://"%xIMG/image.png",w=200) so it's a relative path. Then as long as the image file is shared together with project file with same relative location, the image can be viewed in cell note.
For more information, see these topics:
Last Update: 6/1/2022
Minimum Origin Version Required: Origin 2022b
Keywords:image, cell note, project path, relative path, absolute path