LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

creating a scale

i am building an xy graph.

i have my y-data wired.

i want my x data to be in 0.05 mm increments.

 

how can i do this?

 

0 Kudos
Message 1 of 2
(2,417 Views)
The x-axis of an XY Graph is whatever your x array is. If you don't have an x array and just want to plot evenly spaced data, you should be using a normal graph. Just set the multiplier to .05 (Properties>Scales).
0 Kudos
Message 2 of 2
(2,413 Views)