|
From: Harald H. <h.h...@tu...> - 2005-10-12 23:31:54
|
On Wed, 12 Oct 2005, Ethan Merritt wrote: > On Wednesday 12 October 2005 02:39 pm, Harald Harders wrote: > > > > I of course would also agree with a new coordinate system that may really > > use absolute coordinates as millimeters. But this seems not to be possible > > because many terminals do not have this measure. > > But also many terminals (essentially ALL of them :-) do not consistently > support sizes greater than 1. Let me extend your list. > gnuplot> set size 2,2 > gnuplot> set term <TERMINAL> > gnuplot> set output <foo.TERMINAL> > gnuplot> plot sin(x) > > Results > --------- > > post.trm full plot is drawn - bounding box goes negative post.trm (eps mode) works correctly > gd.trm full plot is drawn - size is twice that requested Here, the labels are missing outside 1,1 (without my patch). The double size is unexpected by consistent with other terminals as postscript. But I also see this as a bug. > fig.trm full plot is drawn - size is twice that expected > > mif.trm full plot is drawn but bounding box describes only > lower left corner. Arguably this is the only terminal > to get it right! > > dumb.trm segfault after next command > > pdf.trm lower left quarter of plot is drawn > > x11.trm lower left quarter of plot is drawn > > epslatex left 2/3 of plot is drawn (bizarre!) Here, the whole plot is there, but all text outside 1,1 is ignored. Using my small patch (available on the www page), the epslatex plot gets correct. > cgm.trm gnuplot: ../term/cgm.trm:1282: CGM_write_int: > Assertion `value <= 32767' failed. > Abort > > emf.trm gnuplot: ../term/emf.trm:860: EMF_move: > Assertion `x < term->xmax && y < term->ymax' failed. > Abort -- Harald Harders h.h...@tu... http://www.harald-harders.de |