|
From: Allin C. <cot...@wf...> - 2007-09-05 13:03:08
|
On Wed, 5 Sep 2007, Thomas Sefzick wrote: > > set samples 100 > plot int(t),binom(t,n,p) title 'Binomial' w lp, \ > t,normal(t,mu,s2) title 'Normal' > > you'll get 10 points plotted one over the other, which shouldn't > be a problem > - unless you use an old-style pen-plotter, this device may scratch > holes into the paper... Brilliant! Thanks. Allin Cottrell |