LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

formatting graph scale to only display integer values

Solved!
Go to solution

I am trying to simply display a graph that has only integer values and therfore have only integer values display on the scale to alleviate some of the eye congestion on the graph.  ANybody know how to do this fundamental?

0 Kudos
Message 1 of 4
(3,470 Views)
Solution
Accepted by topic author id

If you wire an integer data type to the graph terminal it should change to integer representation and take care of the problem.

 

You can also set Digits of Precision in the graph properties to zero.

 

Lynn

0 Kudos
Message 2 of 4
(3,464 Views)

If you are trying to plot in x axis then you need to change x axis display format to integer.

 

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 3 of 4
(3,448 Views)

thanks.  My data type is double resulting from the prior calculations and since it was, the graph was not behaving as I remember.  Also, the digits of precision was not the default drop down and I just couldnt seem to find it.  Kudos

0 Kudos
Message 4 of 4
(3,433 Views)