|
From: Daniel J S. <dan...@ie...> - 2006-05-11 08:51:12
|
Ethan A Merritt wrote: > Also I think it would neat if you can manage to jam the generation > of the samples into the actual plot command so that "replot" will > resample rather than simply redrawing the previous sampling. > Similar to the plots in rgb_variable.dem. Well, I can. But I know what Hans will say. If instead of "temp.dat" with points in the splot command, we have "temp.dat" using (invnorm(rand(0))):(invnorm(rand(0))):(-0.2) issuing replot will create a new set of outcomes. In other words, data was put in "temp.dat" for the sole purpose of setting the number of points in the random data set create at the plot command. The data itself inside "temp.dat" is not used. Hans? :-) > One an unrelated note - have you noticed that SourceForge has > now lost the developer cvs setup as well? Close to total meltdown. Ouch! That's not good. :-( Dan |