LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

intensity graph labling

Is there any way I can customize axis lables on the intensity graph?
For example, I plot an image on the graph. Instead of using the default
indexed numbers(1 to 100 on both axes), I put the physical size of this
image on both axes (i.e., 0 to 1mm and 0 to 2mm on both axes).
This way, I will know the size of the image by looking at the markers.
0 Kudos
Message 1 of 2
(2,023 Views)
For each axis, you can set the offset and multiplier to map array indices to real numbers.
(e.g. To have an axis from 0 to 1 with 100 points, set the multiplier to 0.01.)
 
You can also set the advanced format for the numbers to e.g. "%dmm" or "%.0fmm" if you want the numbers to show as 1mm, 2mm, 3mm, etc. or similar.
 
You can do all this also with property nodes.
 
See how far you get. 😄
0 Kudos
Message 2 of 2
(2,019 Views)