LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

graph axis labels

How do I change the graph y-axis to display the values 0 - 100% of my data?

 

I've have some 2D arrays each containing sets of data which I'd like to plot against a % label (not % of the data!). The data within each array are all the same length (because I have re-sampled the data within the array), but no 2 arrays are the same length. The first element represents 0% and the last 100%.  

 

Thanks

0 Kudos
Message 1 of 5
(2,886 Views)

hi graham,

  If you are wiring a 2d array to a graph indicator you will get two seperate plots on a time scale of delta t =1.Now straight away you can plot for % -axis.For that you need to first calculate the percentage and then wire to the graph indicator.TO have a clear understanding please rename the y-axis label to %.

 

 

Thanks and regards,

srikrishnaNF

Regards,
Srikrishna


0 Kudos
Message 2 of 5
(2,883 Views)

Not sure I understand that srikrishnaNF.

 

I have a dataset with 11658 samples which I'd like to plot against an axis that says 0 - 100. The graphs read number of samples, working out percentages won't change that. I think I need to downsample.

0 Kudos
Message 3 of 5
(2,875 Views)

My mistake! I meant y-axis. This works ..

0 Kudos
Message 4 of 5
(2,866 Views)

Hi Graham,

 

- you can change the Y-axis label to whatever you like, "Amplitude [%]" would be possible...

- you can switch off autoscaling and set your own scale range from 0 to 100

 

Easy as it is.

Do you want something else? Could you show a small example?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 5
(2,865 Views)