|
From: Ethan M. <merritt@u.washington.edu> - 2006-06-12 18:15:27
|
On Wednesday 07 June 2006 12:47 am, Petr Mikulik wrote: > > BTW: if I resize the x11 graph window so that it is small, the font > sizes are still the same. However, the distance between x-axis and > x-tic values (same for y-) is very narrow and even they overlap. The > wxt terminal works properly. What's the problem with x11? wxt is built on top of a library that guarantees nice scalable fonts. x11 is not. Many x11 fonts these days _are_ scalable, but the driver doesn't know which ones are and which ones are not. This could be changed, but I think it would require that some extra information is passed: set term x11 scalable font "arial" 10 It is in any case a matter of taste whether the wxt behavior is desirable or not. Arguably if I specify a font size, I want that size regardless of whether I manually resize the plot window later. -- Ethan A Merritt Biomolecular Structure Center University of Washington, Seattle WA |