[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: variogram modeling



Velimir V Vesselinov wrote:

> set output = 'AW_pAeknR2-perm.eps';

Mmmm, as far as a quick search through the code gave me, what
you intended does not work (as it probably should). You can
try to redirect the output of gnuplot commands to:

set plotfile = 'AW_pAeknR2-perm.gnu';

and then replace in this file the line:

# set output 'gnuplot.out'

with:

set output = 'AW_pAeknR2-perm.eps';

And run gnuplot on it. A couple more steps - I'm sorry!
--
Edzer