LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

orthonormal scale

Solved!
Go to solution
yeap, will try that. Was had that someone had come across that issue before, but doesn't seem like it so far.
Kentmey
0 Kudos
Message 11 of 29
(1,554 Views)
* was hoping that...
Kentmey
0 Kudos
Message 12 of 29
(1,553 Views)

@Kentmey wrote:
@altenbach : but wouldn't this keep the same scale during the plotting? or will this keep updating?

This thread is quite busy, so I am not sure what you mean by the word "this". The graph will keep the same scale and aspect ratio, even if the data is updated.

 

 

Another option would be do make your own from scratch using a picture indicator.

0 Kudos
Message 13 of 29
(1,548 Views)
"this" refers to your option with 1, 2, 3. Won't the data end up out of scale after a while then?
Kentmey
0 Kudos
Message 14 of 29
(1,542 Views)

Well, that depends on the data, of course. 😄 You can always get the max (abs(x) and abs(y)), round to the next highest integer, then set all axes accordingly, keeping things square.

0 Kudos
Message 15 of 29
(1,536 Views)
Solution
Accepted by Kentmey

Gave it a try, but didn't get it to work at all.

Kentmey
0 Kudos
Message 16 of 29
(1,517 Views)