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: SwinMolSim
Subject: Re: Problem with changing FontSize with subsripts or greek lettres
Date: Tue, 7 May 2013 17:49:29 -0700 (PDT)

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...






--
View this message in context: 
http://octave.1599824.n4.nabble.com/Problem-with-changing-FontSize-with-subsripts-or-greek-lettres-tp4652712p4652715.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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