help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fw: Help with text on gnuplots


From: Andy Buckle
Subject: Re: Fw: Help with text on gnuplots
Date: Mon, 15 Nov 2010 09:00:44 +0000

On Mon, Nov 15, 2010 at 5:41 AM, asha g <address@hidden> wrote:
>  I am using \psfrag to convert text to LaTeX. But how does one enlarge the 
> size of text and also the text on the title ?
> If  someone could respond soon, I would be grateful.
> Thanks
> Asha
>
>
>>  I need help with enlarging the size
>> of the text on my plots. - I projected my slides yesterday
>> at a talk, and now  the plots are visible, bu the text
>> - legends, title and numbering on the axes are very small.
>> How can I enlarge these - maybe convert it to LaTex?
>>
>> Thanks
>>
>> Asha

Have you tried something like this?

plot(x,y)
set(gca(),'fontsize',20) ; % tick label font size
xlabel('foo','fontsize',20) % title is similar

IIRC legend is trickier. Maybe use the text function and choose coords
near your legend.

text(0.5,0.5,'my legend','fontsize',20)

-- 
/* andy buckle */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]