help-octave
[Top][All Lists]
Advanced

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

Re: print -F does nothing


From: Fotios Kasolis
Subject: Re: print -F does nothing
Date: Wed, 30 Jun 2010 15:18:44 +0200

On Jun 30, 2010, at 3:11 PM, Stanislav Pika wrote:

> Hi!
> 
>> set(gca(),"fontsize",20)
>> print test.eps -deps
> 
> Thank you for your response, it almost does the trick, although I stil
> cannot control the font size of the title. Is there any way to obtain
> pointer to the figure's title, and also to the axes' labels?
> 
> 
> Best regards
> Stanislav Pika

What about

set(gca(), "defaultaxesfontsize", 20)
set(gca(), "defaulttextfontsize", 20)

?

/Fotios


reply via email to

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