I have a fixed length array of plots (machine raw data) plust a variable length array of plots (user-determined calculations) that I want to display on the same chart.
Naturally, I put the fixed length array first (raw data plots), then append the variable length array (calculations), so that I have a fixed offset in the array. Anything before this offset is raw data. Anything after that offset are calculations.
This is useful for using the "plot visible" property node to hide/reveal some of the user-defined calculations.
The problem is that when I display the calculations together with the raw data, the calculated plots are mostly hidden:
Current LabView Plot layering: Descending
Plot 0 = topmost layer (raw data, always visible)
Plot 1 = next layer (raw data, mostly visible)
....
Plot 30 = second lowest layer (calculation, very difficult to see) <== this is the problem
Plot 31 = bottom layer (calculation, almost impossible to see ) <== this is the problem
I would like to have a property node "Plot Order: Ascending / Descending" on my chart so that I can reverse the layering of the plots as follows:
Proposed optional Plot layering: Ascending
Plot 31 = topmost layer (calculation, always visible) <== this would be better
Plot 30 = next layer (calculation, mostly visible) <== this would be better
....
Plot 1 = second lowest layer (raw data, very difficult to see)
Plot 0 = bottom layer (raw data, almost impossible to see)
In summary, my suggestion is for LabView to add a chart property node "Plot Order" which can be set to "Ascending" or "Descending".
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 not received any kudos within a year after posting will be automatically declined.