The Proposal:
The XY Graph should be able to switch from a Linear scale to a Logarithmic scale and back again without any fuss. While the VI is running.
How it should work:
Notice that the linear scale changes back to -2500 -> 2500 when switching from Log to Linear.
Here's how it currently works:
(A Hobbit's Tale)
2 things to notice:
1. The Log scale did not automatically take the absolute value of the Y values. This should be optional, with both a Properties Dialog option and with a Property Node available to edit.
2. When changing back to the linear scale, the minimum value remains at 3. It should return to the original autofit scale, which LV chose to be -3000 to 3000.
Why This Should Be Done:
Currently, the work around takes up quite a bit of BD space, needs an event structure, and can be memory intensive. If you have data that you want to view on both a linear scale and a logarithmic scale arbitrarily, you need to have, at the very least, a case structure (or Select) that takes the ABS if the scale changes to log.
Here's the simple, made-in-10-minutes workaround example of what I'd like the XY Graph to be able to do natively:
I don't think that there should be a need for extra code just to switch between linear and logarithmic scales nicely.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has received less than 6 kudos within 6 years after posting will be automatically declined.