LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multiple axis in chart or graph

Hi there,

is there a possibility to have multiple Y-axes in LV5.1 ?
There is something about G in the helpfile with up to 8 axes, but it doesn´t
fit to anything i have found in the VI´s.

thanks for all help

A. Franz
Message 1 of 5
(3,681 Views)
Nope. Annoying isn't it!!
You can bodge a work round using slider controls and attribute nodes but
it's hardly what you'd expect to have to do in a software program of this
standard.
Matlab leaves LabVIEW way behind in this area.

Andreas Franz wrote in message <80p3oj$t4l@zam201.zam.kfa-juelich.de>...
>Hi there,
>
>is there a possibility to have multiple Y-axes in LV5.1 ?
>There is something about G in the helpfile with up to 8 axes, but it
doesn´t
>fit to anything i have found in the VI´s.
>
>thanks for all help
>
>A. Franz
>
>
0 Kudos
Message 2 of 5
(3,681 Views)
Sometimes using charts with the 'stack plots' option set will be
satisfactory, since then each plot will have their own y axis. Another
option which I have used is to create a chart or a graph with transparent
background and place this on top of a regular one.

Hope this helps!
Jaakko

Richard Jones wrote in message
news:80p65a$h6o$1@andromeda.camcon.co.uk...
> Nope. Annoying isn't it!!
> You can bodge a work round using slider controls and attribute nodes but
> it's hardly what you'd expect to have to do in a software program of this
> standard.
> Matlab leaves LabVIEW way behind in this area.
>
> Andreas Franz wrote in message <80p3oj$t4l@zam201.zam.kfa-juelich.de>...
> >Hi there,
> >
> >is there a possibility to have
multiple Y-axes in LV5.1 ?
> >There is something about G in the helpfile with up to 8 axes, but it
> doesn´t
> >fit to anything i have found in the VI´s.
> >
> >thanks for all help
> >
> >A. Franz
> >
> >
>
>
0 Kudos
Message 3 of 5
(3,680 Views)
> is there a possibility to have multiple Y-axes in LV5.1 ?
> There is something about G in the helpfile with up to 8 axes, but it doesn´t
> fit to anything i have found in the VI´s.
>

Not yet. There are workarounds that involve using another
graph or a slide. There are also some VIs on the NIWeek
98 CD and perhaps the web site that have two scales, but
the attributes don't allow for programmatic updates of it.

Greg McKaskle
0 Kudos
Message 4 of 5
(3,669 Views)
Andreas Franz wrote in message <80p3oj$t4l@zam201.zam.kfa-juelich.de>...
>Hi there,
>
>is there a possibility to have multiple Y-axes in LV5.1 ?
>There is something about G in the helpfile with up to 8 axes, but it
doesn´t
>fit to anything i have found in the VI´s.


I gave up on the kludges in Labview.. and just call upon the SPSS package of
Sigma Plot.
That enables you to plot on an unlimited number of X and Y axis, all with
different scales.

Functionality wise, I use the various export to Excel vi's.. as SigmaPlot
fully handles Excel/Office.
0 Kudos
Message 5 of 5
(3,669 Views)