LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Change the scale/div setting in picture plots (not the graph) and make the scale on X and Y axis disappear.

I am trying to display 2 traces from a network analyzer by using LabVIEW. I already have trace data from the network analyzer. I want to display the 2 traces in the same picture control. The value of the two traces are much different, therefore each trace needs to have its own scale/div setting to be able to display on the same display. Therefore I would like ask if anyone knows how to:
1. set scale/div in picture plots
2. make the scaling on x,y axis (the numbers on the x,y axis) invisible (because the scale of the two traces are different, plus I want to make the picture control on my LabVIEW front panel look just like the network analyzer display)
0 Kudos
Message 1 of 2
(2,526 Views)
Hi ,

you can format and scale the axis individual with the menu over right mouse
click or attribute knodes. So far as I know you always can have one axis, so
If you need two, you make two picture controls, and make one of them with
transparent color and overlay them.

Hope this is what you are looking for, Niko
0 Kudos
Message 2 of 2
(2,526 Views)