LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Set histogram markers to align with columns and be multiples

Solved!
Go to solution

If I pump some data into a histogram, and I set the x values with the cluster, why do those x values not show up as the marker values? All of the data is a multiple of 62.5u, so not sure if there's a way to get the data to line up with a marker directly underneath that tells what value it is.. The attached VI shows better than i can explain, When ran the gaussian data centered at 0, the 0 is right under the column, the columns on either side should be -/+62.5u, the next further out from zero should be -/+125u... etc. Instead i get evenly spaced, markers that make it difficult to determine the values of the actual data in the columns... The real data is not always centered at 0. Would like the data markers to be set the same as the "Histogram Bins" values.

 

Am I just nitpicking? I feel like there should be an easy way to do this.

 

Thank you. 

0 Kudos
Message 1 of 2
(544 Views)
Solution
Accepted by topic author TheWolfmansBrother

Hi Brother,

 

you "just" need to define the X scale range properties correctly:

And the X scale should be wide enough to show all the tick markers, otherwise you may miss some of them!

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(524 Views)