08-08-2017 11:53 PM
Hi all,
I have some problem in plotting non interleaved data on stripchart.
As i know it , the strip charts required data to be fed to it in the interleaved form. I'm looking for some way to directly plot a 1D array of data consisting of two channels/traces in the noninterleved form (i.e grouped by channels).
Does anyone know a method to do this?. otherwise does cvi have a function to convert non interleaved data to interleaved form.?
Best Regards
Deepu Jacob
Solved! Go to Solution.
08-14-2017 01:18 AM - edited 08-14-2017 01:20 AM
Quick update: there is no direct way to plot non interleaved data on cvi charts. so i had to make a simple function to convert the data to interleaved form before plotting.