help-octave
[Top][All Lists]
Advanced

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

RE: font size and plot size


From: William Krekeler
Subject: RE: font size and plot size
Date: Thu, 27 Jan 2011 16:39:09 +0000

Does setting the default font size work? See http://octave.1599824.n4.nabble.com/gnuplots-default-font-size-td1635535.html

 

Bill

 

From: address@hidden [mailto:address@hidden On Behalf Of bpabbott
Sent: Thursday, January 27, 2011 10:29 AM
To: Evan
Cc: Octave_post
Subject: Re: font size and plot size

 

On Jan 27, 2011, at 09:57 AM, Evan <address@hidden> wrote:

 

On Thu, Jan 27, 2011 at 9:17 PM, Ben Abbott <address@hidden> wrote:
> Can you tell us what version of Octave you are using?
>
> Also which backend ? (gnuplot or fltk)
>

I am using octave 3.2.4 with gnuplot, I also tested the last octave
3.3.90+ with gnuplot. the font size appears too small for both.

I tried fltk on both 3.2.4 and 3.3.90+, but it seems that it does not
support "-depslatexstandalone" for print() yet. Maybe I had missed
something while compiling 3.3.90+.

> In either case, have you considered changing the fontsize in LaTeX?
>
>        https://engineering.purdue.edu/ECN/Support/KB/Docs/LaTeXChangingTheFont
>

I know this way, but since I have a lot of figures to plot, it is
unrealistic to edit each tex files by hand, and in this way not only
the x(y) labels, legends, titles, etc. need to be edited but also the
labels for the tics need to be edited.

 

You can try to change the fontsize in Octave.

 

            set (findobj (gcf, "-property", "fontsize"), "fontsize", 20)

 

Ben

 

 


reply via email to

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