|
From: <HBB...@t-...> - 2007-09-01 14:25:00
|
lyn...@fr... wrote: > On 01/09/07 15:01:28, Hans-Bernhard Bröker wrote: >> lyn...@fr... wrote: >> >>> I'm having no luck in reducing the space between the left border of the >>> pdf- >>> output and the y-axis nor with reducing the space between titels. >> Which titles are that? > > Titels from: > plot a * exp (-x*b) t titel(a,b) lt 1, [...] Then you'll want to have a look at option "spacing" in "help set key". > The y-spacing is nearly twice as wide as the png output Different terminals use different fonts, so that's not a problem in and of itself. Vertical spacing of key entries depends on the driver's idea of the font size. If the driver's idea disagrees with the actual size of a font, the key will appear spaced excessively loosely. Also beware of the 'enhanced' text string processing. |