help-octave
[Top][All Lists]
Advanced

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

Re: Problem with changing FontSize with subsripts or greek lettres


From: Ben Abbott
Subject: Re: Problem with changing FontSize with subsripts or greek lettres
Date: Wed, 08 May 2013 01:11:39 +0000 (GMT)

On May 07, 2013, at 08:50 PM, SwinMolSim <address@hidden> wrote:

Dear Ben, thank you for this quick respond!

I am using Octave 3.2.4 with QtOctave 0.10.1

Using the command you recommended in this way:

set (findall (gcf (), '-property', 'fontsize'), 'fontsize', 20);

h1=figure(1);
semilogx (Q_err, err_p1401,style1,"markersize", sizem, Q_err,
err_p1408,style2,"markersize", sizem);
legend("T=1.4 \\rho=0.1 ","T=1.4 \\rho=0.8");
xlabel("Q");
ylabel("p(Q) / p(Q=1) %");

h2=figure(2);
...
h3 = figure(3);
...

the result is that in figure (1) the ylabel disappeared, the xlabel looks
like a barcode, nothing changed in figure(2) and in figure(3) fontsize for
all labels that don't contain greek lettres/subscripts changed according to
the size specified in set(...), labels conataining these characters didnt
change...
 

don't recall the details, but there were a few bugs in Octave 3.2.x related to fontsize.


Are you able to update to a more recent version of Octave?  Octave 3.6.4 was recently released.


Ben


reply via email to

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