LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

CVI Question - X axis scale

I know this is a basic question but I am unable to figure it out. I
want to scale the x axis of a plot. I am using plot waveform and
printing out the spectrum of a signal. I wish to change the x axis from
cycles per second to cycles per minute but am unable to find a
solution. I have tried changeing the x increment property in the
PlotWaveform function call but this does not work. Am I correct with
the x axis increment property and just missing something or is there
another way of doing this.

Ed Manlove
ecm@dspcon.com
0 Kudos
Message 1 of 2
(2,689 Views)
You can change the X scale
In the block diagram, creat "Property Node" of your plot , and then change
the property to
(X-scale--> Offset and Multiplier --> Multiplier ).
Then multiply the number you want.

Is it right answer in your question?


"Alfred Brower" wrote in message
news:3A51F1D6.82ABB241@dspcon.com...
> I know this is a basic question but I am unable to figure it out. I
> want to scale the x axis of a plot. I am using plot waveform and
> printing out the spectrum of a signal. I wish to change the x axis from
> cycles per second to cycles per minute but am unable to find a
> solution. I have tried changeing the x increment property in the
> PlotWaveform function call but this does not work. Am I correct with
> the x axis increment property an
d just missing something or is there
> another way of doing this.
>
> Ed Manlove
> ecm@dspcon.com
>
0 Kudos
Message 2 of 2
(2,689 Views)