|
From: <phi...@um...> - 2004-08-25 23:21:05
|
Hello, I have a problem with the postscript driver. For some reason, some blanks are added before the text in the legend, causing the legend to hide the grid to the left or to be badly aligned if the option set key top left is used. Here is an example: set term post set out "sinus.ps" set style data lines f(x)=sin(x) set grid set xtics 0.5 set xrange[0:10] set yrange [-1.1:1.1] set key top left plot f(x) title "should be near the left border" !gv sinus.ps & I use the 4.1 patchlevel 0 version on linux. Thanks Philippe |