Here's an example of a way I have found to do this:
unset title
set label '{/=16 Title Line 1}' at 6.5, 11.25 center offset 0, 2.5
set label '{/=16 Title Line 2}' at 6.5, 11.25 center offset 0, 0.5
Best,
-Vik
On May 29, 2011, at 6:48 AM, mc_pork@... wrote:
> 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, gnuplot-info-request@... wrote:
>
>>
>> Message: 4
>> Date: Fri, 27 May 2011 15:38:32 -0400
>> From: Andres Cimmarusti
>> Subject: Re: [Gnuplot-info] Multiple line in titles
>> To: gnuplot-info@...
>> Message-ID: <BANLkTi=374_4hVYzb3iFF4oSWNhhkFDoHg@...>
>> 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
>>
>
> ------------------------------------------------------------------------------
> vRanger cuts backup time in half-while increasing security.
> With the market-leading solution for virtual backup and recovery,
> you get blazing-fast, flexible, and affordable data protection.
> Download your free trial now.
> http://p.sf.net/sfu/quest-d2dcopy1
> _______________________________________________
> gnuplot-info mailing list
> gnuplot-info@...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
|