|
From: Juergen W. <wie...@fr...> - 2005-11-03 14:51:14
|
Hi, I know that this has already been discussed, but know I'm personally affected... :-( The script: set term post eps 18 set output "t.eps" set size 1./sqrt(2.), sqrt(2.) # <-- this causes the problem set arrow from graph 0, first 0.5 to graph 1, first 0.5 plot sin(x) set output doesn't give me the specified arrow. I'm not a fan of the old "set size" kludge, but I need something like this to work. Will there be some "set canvas" or size specification in "set term" in the near future. Is there anything I can do to help? I ask because I am stuck with the pre-clip-patch gnuplot as long as I don't have a workaround for the above problem. Thanks, Juergen |