help-octave
[Top][All Lists]
Advanced

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

Re: fontsize not working with AquaTerm


From: bpabbott
Subject: Re: fontsize not working with AquaTerm
Date: Thu, 05 Aug 2010 07:55:42 -0700 (PDT)

On 05 Aug, 2010,at 05:14 AM, Sean Danaher <address@hidden> wrote:

Hi

Sorry to email but I have been advised to do so by one of your administrators

I have a MAC running Snow Leopard MAC OS 10.6.4 and am using GNU Octave 3.2.3 and AquaTerm 1.0.1. The fontsize command has no effect such as set (gca,fontsize,8). Is there a fix for this problem?

Sean Danaher

 
I suspect this is a problem with Gnuplot's font management.

If you change your font, does the fontsize change?

    plot (1:10)
    set (gca, "fontsize", 20)
    set (gca, "fontname", "Times")

Ben


reply via email to

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