|
From: Robert H. <en...@no...> - 2005-03-14 17:03:15
|
Is there any plans to improve the method of estimating the width of text
strings for pslatex plots?
e.g something like:
set format y '[r]{%.0t$\times$10$^{%+03T}$}'
ends up with a huge gap between the border of the plot and yaxis label
because gnuplot assumes the tic labels are much bigger than the actually
are.
I think the only real way of getting the length of a text string would
be to run it through LaTeX, and that isn't really feasible, but I think
a much better estimate of the length of the string could be got by
neglecting "{}$^_" and counting "\somecommand" as one character (i.e.
assuming it produces a single symbol).
Is this something that could fit into the existing enhanced text support
(used by other terminals). Or would the terminal drivers need to be
extended with an optional "strlen" function?
Rob
--
Robert Hart <en...@no...>
University of Nottingham
This message has been checked for viruses but the contents of an attachment
may still contain software viruses, which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.
|