09-27-2002 12:58 PM
09-27-2002 05:46 PM
09-27-2002 07:41 PM
09-30-2002 12:09 PM
09-05-2006 02:15 PM
09-05-2006 02:19 PM
@BrandonS wrote:
One more solution you might consider would be to set the history data for only the plots that you do not want to zero. The history data for a waveform chart with multiple plots is in the form of an array of clusters. You could index through the array, unbundle the cluster, and replace the plots histroy data with zeros. I will attach a file that illustrates this.
This is a good solution, but here's one suggestion: Use "NaN" instead of "0" when "deleting" the history - NaNs don't get plotted, whereas zeroes do.
Jaegen
09-05-2006 02:26 PM
Thanks Jaegen. Using this solution I believe that we are deleting the whole history of that plot in the multiplot waveform and I can not re-display the chart unless I use stored data. Which is the reason that I want to use transperant property which will allow me to keep the plot in the history and re-display it by changing back to non-transperant color.
09-06-2006 02:35 PM
09-06-2006 06:22 PM