08-28-2013 03:13 PM
Hi, I have a mixed graph and I would like to plot first 10% of analog and digital data. Could you please help me on this. What is teh fastest way to plot this portion?
Thanks
08-28-2013 03:27 PM
Well since you're providing an array to the graph that tells it what to graph, just use an array subset to get the first 10% and feed that to the graph. You could also change the X-Axis to only make the first 10% visible. Either way would work.
--Ryan S.