|
From: Thomas S. <t.s...@fz...> - 2008-07-19 15:23:57
|
> Many thanks, Thomas, this works! I reset the bounding box > with pico. Is it possible to make it via gnuplot? Or is it better > to write a little script to change the bounding boxes in all of > my figures? I have a lot. :-) And I've never did such a thing. . . you don't need to (i just found out how it works): there is the 'noenhanced' option for 'set xlabel' (and other labels) which switches the enhanced mode off for this label. it's useful for labels which contain no special 'enhanced' sequences. just append 'noenhanced' to your 'set xlabel' command and the xlabel will appear at the same position as it would appear in 'noenhanced' mode. -- View this message in context: http://www.nabble.com/eps---cuts-down-the-x-label-tp18507008p18545628.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |