06-24-2008 05:16 AM
06-24-2008 05:31 AM
06-24-2008 07:29 AM
06-24-2008 10:16 AM - edited 06-24-2008 10:19 AM
11-25-2009 11:19 AM
Hi GerdW,
Sorry for hijacking soimebody else's thread, but he problem is directly related. I am using ActPlot of an XY Graph to initialize the plot specs. However, for example in your attached code, when the ActPlot number becomes more than 6, say 32, it gives an error saying Invalid Property Value. How I can get rid of this error?
Thank you,
-- Reza
11-25-2009 11:24 AM
Hi Reza,
when there is no data for the plot then you can't set a name for it. As easy as it is...
So wire some data first (some "empty" plots [maybe filled with NaNs] will do too, then name the plots using property nodes...
11-25-2009 02:11 PM