|
From: Hans-Bernhard B. <br...@ph...> - 2005-01-21 16:58:47
|
swlab wrote: >>If you don't, there's nothing left gnuplot can do for you, since >>the positioning offsets for axis labels are expressed in multiples of >>the font height / width (or rather: of what gnuplot believes those to be). > Well, I guess I have to find what the formula is, and figure out a way to put > it in script. HB, do you know where in the source I could find the info ? It's not just a simple formula, in the script. It's hardcoded into lots of bits and pieces, in functions boundary() and boundary_3d(), which are about the two biggest and messiest functions in all of gnuplot's source code. Definitely "Ye who enter here, let go of all hope" material. |