09-07-2011 02:10 PM
I've got some filtered x,y, z coordinate data which I'm currently plotting to a waveform chart with stacked plots. How can I include the unfiltered data on the respective plots?
ie. 1 plot displaying x filtered and unfiltered together, y filtered and unfiltered together etc.
Solved! Go to Solution.
09-08-2011 06:55 AM
Hey Graham,
Interesting question!! It has taken me a while to figure it out, but is certainly possible - even if the solution is a bit of a fiddle.
Please see the attached code. To impliment your functionality, I had to...
This means that 2 of the windows will show 2 plots each, and 2 of the windows will be empty. Unfortunately, I was unable to "hide" a window - so this is where the "fiddle" comes in - I just resized and repositioned each of the "windows" to effectively only show 2 of them in our stacked chart.
I hope this has been useful Graham,
Best wishes,
09-08-2011 07:34 AM
Thanks Rich, that is exactly what I am after! I find using the plots is always trial and error because there are so many ways to present data to them, and I didn't realise you can overlap plots like that.
Graham
11-23-2011 08:03 AM
Great VI.
I have been looking into allowing the user to select which "channels" are shown on which stacked plot at run-time. I am trying to find a more user-friendly way than having him right-click the legend and selecting the plot. Any ideas on how which plot property would let me do this? By the way, the number of "channels" I plot is variable at run-time, so the user is able to select from a pool of "channels" and should be able to decide where each is plotted.
I would appreciate any ideas.