09-18-2009 05:24 AM
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
Solved! Go to Solution.
09-18-2009 05:37 AM - edited 09-18-2009 05:40 AM
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)