|
From: Hans-Bernhard B. <br...@ph...> - 2004-05-27 21:59:49
|
On Thu, 27 May 2004, Periklis Akritidis wrote: > Hello, > > Even a simple 3d plot such as splot sin(x) + cos(y) results in numbers > overwriting each other (at the points where the axes meat each other) > as well as the axes. What terminal driver? Which version of gnuplot? Which font did you use, at which size? Note that for the majority of PostScript fonts this task is harder than you may be aware of: With proportional fonts, gnuplot has no means to know how wide a given string is actually going to be on output. Even with fixed-width fonts, it has to guess that width from the font size you gave it, because it doesn't have access to font metrics. -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |