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 14:40:42 +0200

On Jun 30, 2010, at 9:10 AM, Stanislav Pika wrote:

> Hi!
> 
> I am trying to make illustrations to my thesis using Octave 3.2.4,
> Gnuplot 4.4 and Ghostscript 8.71 on Debian Squeeze. I have to make the
> font size bigger, but it seems that the `-F:<size>' feature of print()
> doesn't have effect:
> 
> print ("Pictures/nyquist.eps", "-deps2", "-F:20")
> 
> Actually, I see that for very big values of <size> the distances between
> lines of text in for example legend become larger, but not the letters
> themselves.
> 
> What can be the reason of such behaviour? Is there something I can do?
> Thank you in advance.
> 
> 
> Best regards
> Stanislav Pika
> 
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave

Try 

set(gca(),"fontsize",20)
print test.eps -deps

/Fotios


reply via email to

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