LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

base two logarithm in x/Y graph

Is there a possibility to display the y-values in a xy-graph as base 2 logarithm?
I only could display it as linear or as base 10 log.
any ideas?
 
thx
 
Simon
Using Labview 7.1
0 Kudos
Message 1 of 2
(2,568 Views)

Hi Simon,

I'm not sure what you mean by "base 2 log" scale axis. In log scale any exponential behavior will be displayed as a straight line, regardless of the base value, which determines the slope of your curve.

Or are you talking about the tick values? If you want them to be 2, 4, 8, 16.. instead of 1, 10, 100... you can do that via the YScale.MarkerVals[] property.

Hope this helps.

Good luck,

Guenther

0 Kudos
Message 2 of 2
(2,547 Views)