LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

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
(3,043 Views)
I found my problem which was the value being passed to the x increment
parameter was not a double thus not changing the scale factor. Which makes
me want to ask another question (which I have also posted)

Is the a function prototype in cvi code which would generate an error/
warning that my parameters do not match those of the function prototype. I
am using MSVC 6 for development.

Ed Manlove
ecm@dspcon.com

"Edward C Manlove" wrote in message
news:3a51f599@newsgroups.ni.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 and just missing something or is there
> another way of doing this.
>
> Ed Manlove
> ecm@dspcon.com
>
>
0 Kudos
Message 2 of 2
(3,043 Views)