From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to set data aspect ratio of 3d graph?

i used matlab to plot a 3d plot and change the length of scale, but i cannot find similar  method on labiew.

 

matlab test

matlab normal.png

using DatAspectRatio to change grid length

matlab set.png

0 Kudos
Message 1 of 2
(2,827 Views)

Hi LINJIN,

 

The data aspect ratio of 3D graph in LabVIEW can be set through the "Axis" property node.

You can first specify the Axis -> Range -> Range Maximum (or Minimum) to set the limit of one axis, and then set the Axis -> Tick -> Tick Major Count to set the axis tick between limits.

 

 test.PNG

0 Kudos
Message 2 of 2
(2,794 Views)