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: Michael Goffioul
Subject: Re: Octave equivalent for get(gcf,'property')
Date: Sat, 24 May 2008 09:13:47 +0200

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]