Philippe Despr=E9s wrote:
> I have a problem with the postscript driver. For some reason, some=20
> blanks are added before the text in the legend, causing the legend to=20
> hide the grid to the left or to be badly aligned if the option set key =
> top left is used. Here is an example:
I somewhat doubt there are actual blanks. What you see there is
gnuplot guessing the actual width of a text stream incorrectly. That's
impossible to avoid in the current design, because gnuplot simply
doesn't know the metrics of PostScript fonts, and it's not very likely
it ever will.
You'll do better by choosing a fixed-width font, usually. For the
remaining cases, you have option 'width' in the 'set key' command
to fix them up manually.
|