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: asha g
Subject: Re: Fw: Help with text on gnuplots
Date: Mon, 15 Nov 2010 15:00:34 +0530 (IST)

 
> 
> 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)
>

thanks. Everything except the legend works. I am not clear about the legend. Do 
you just write the above text(0.5,0.5,'legend','fontsize',20)  above or below 
the legend(   ) ? Mine does not increase in size by doing this. 





reply via email to

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