|
From: Ethan M. <merritt@u.washington.edu> - 2005-10-13 16:56:33
|
On Thursday 13 October 2005 09:36 am, Hans-Bernhard Broeker wrote: > > Backward compatibility cannot be judged from the current CVS version. > Only the release version(s) can serve as a reference, Fine. I have re-run my test sequence using version 4.0 set size 2,2 set term <foo> set output '2.foo' plot sin(x) Here are the results: mif Bounding box remains unchanged, plot scale is doubled dumb segfault emf Abort cgm Abort png image is twice the size requested in "set term" pbm image size is twice default (4.0 had no "set term pbm size ..." option) fig "set term fig inches size 3 3" resulting plot extends from -2 to 4 inches on y and from 1 to 7 inches on x post %%BoundingBox: -454 50 554 1490 (size 1,1 gives %%BoundingBox: 50 50 554 770) eps %%BoundingBox: 50 50 770 554 (size 1,1 gives %%BoundingBox: 50 50 410 302) epslatex result depends on the TeX options in the surrounding document > and compability > with 4.0 has *already* been broken, for reasons I personally don't think > justify doing so. So I find no change between 4.0 and 4.1, except that I recently added a "set term pbm size xx,yy" option. size > 1 was already seriously broken, and it remains so. -- Ethan A Merritt merritt@u.washington.edu Biomolecular Structure Center Mailstop 357742 University of Washington, Seattle, WA 98195 |