|
From: <mc...@gm...> - 2011-05-29 13:48:55
|
Thanks! Does anybody know any details about how to variably set the line spacing in titles? Since I use the "enhanced" mode with exponents, the exponents overlap with the previous line, so I would be happy to increase the line spacing. On the other hand, inserting an empty line would be way too much. Thank you very much and best regards! Yukti On May 28, 2011, at 2:05 PM, gnu...@li... wrote: > > Message: 4 > Date: Fri, 27 May 2011 15:38:32 -0400 > From: Andres Cimmarusti > Subject: Re: [Gnuplot-info] Multiple line in titles > To: gnu...@li... > Message-ID: <BAN...@ma...> > Content-Type: text/plain; charset=UTF-8 > > Hi Yukti, > > Well, this is not a good solution but it may work. You can set any > label on the plot canvas using the "set label" command, for example: > > set label 1 "second line of the title" , at 4,4 > > This puts the text "second line of the title" starting at point (4,4) > on the canvas/plot area. > > The catch is you'll have to play with the coordinates until you get it right... > > If I find something else I'll let you know > > Good luck > > Andr?s > > PS: sorry for the delayed response, I'm subscribed to digest mode and > only today I got your message...perhaps other people have already > replied that I'm unaware of > |