LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to add some offset on the Y-Scale of a graph when autoscale mode is enabled.

Solved!
Go to solution

Hi All,

 

I am plotting  on a waveform graph with autoscale mode enabled. I want to have some offset on the upper and lower side of the Y-Scale. Is there any way of implementing this.

 

Thanks in advance,

Cooldude 

0 Kudos
Message 1 of 2
(2,408 Views)
Solution
Accepted by topic author Flamboyant

The only way that came to my mind is to do the autoscale by your own:

-Find the min and max (ready vi for that) 

-Add a percentage of the range to min and max

-Optional coerce the new min,max accordingly to a round number (depending on log(range) ) 

-Set Scale with properties

 

Another way:

Add a plot with same data (or only the min and max point) with tranparent colour and multiply that data with 1.xx (xx percentage additional range)

 

Message Edited by Henrik Volkers on 09-18-2009 12:40 PM
Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


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