help-octave
[Top][All Lists]
Advanced

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

RE: Octave equivalent for get(gcf,'property')


From: Labitt, Bruce
Subject: RE: Octave equivalent for get(gcf,'property')
Date: Wed, 28 May 2008 09:45:40 -0400

Michael,

Thanks for the update.  So I was on a fool's errand...  ;)
When do you expect the 3.1.x release to be ready?

Best regards,
Bruce

-----Original Message-----
From: Michael Goffioul [mailto:address@hidden 
Sent: Saturday, May 24, 2008 3:14 AM
To: Labitt, Bruce
Cc: address@hidden
Subject: Re: Octave equivalent for get(gcf,'property')

Support for these properties is currently on-going in the
graphics branch. It will probably be part of the future
3.1.x releases. This is not supported in 3.0.1 release.

Michael.


On Fri, May 23, 2008 at 8:19 PM, Labitt, Bruce
<address@hidden> wrote:
> I am trying to add a "super title" to an octave figure.  When I use
> matlab, I can use the file suptitle.m.  (attached)
>
> One of the first commands in suptitle is to get the default axes
> fontsize, so things can be scaled.
>
> Is there an equivalent in octave to the command
>
> fs = get(gcf, 'defaultaxesfontsize');
>
> I am using octave-3.0.1.
>
> the error is:
>
> error: get: invalid default property 'axesfontsize'
>
> It appears get(gcf,'units'), get(gcf,'position') also do not work.
What
> is a suggested work around, or am I on a fool's errand?
>
> -Bruce
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www.cae.wisc.edu/mailman/listinfo/help-octave
>
>



reply via email to

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