help-octave
[Top][All Lists]
Advanced

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

Re: Enlarge tickmarks font size?


From: Valmor de Almeida
Subject: Re: Enlarge tickmarks font size?
Date: Thu, 13 Jan 2011 13:33:16 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101128 Lightning/1.0b3pre Lanikai/3.1.6

On 01/13/2011 09:04 AM, Alasdair McAndrew wrote:
> Thank you very much - that works fine on screen.  But when I print to a
> file, with
> 
> print('-deps','plotfile.eps')
> 
> the tick labels are as small as ever.  Why does the print command not
> pick up the fontsize, and how can I print to a file using larger fonts? 
> I've discovered that
> 
> print('deps','F:20','plotfile.eps')
> 
> has no effect.
> 
> Thanks again,
> Alasdair


How about pdf:

print("filename.pdf","-dpdf","-color");



> 
> On Thu, Jan 13, 2011 at 11:34 PM, Ben Abbott <address@hidden
> <mailto:address@hidden>> wrote:
> 
>     On Jan 13, 2011, at 4:45 AM, Alasdair McAndrew wrote:
> 
>     > I'm preparing some plots for student notes, but when I print them
>     the ticklabels are too small.  But I can't seem to find how to
>     change their size!
>     >
>     > Any help would be most gratefully received.
>     >
>     > Thanks,
>     > Alasdair
> 
>     Try ..
> 
>            set (gca, "fontsize", 14)
> 
>     If that doesn't work, let us know what version of Octave you are
>     running.
> 
>     Ben
> 
> 
> 
> 
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave



reply via email to

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