help-octave
[Top][All Lists]
Advanced

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

Re: auplot_format = 'filled'


From: Paul Kienzle
Subject: Re: auplot_format = 'filled'
Date: Thu, 17 Jun 2004 19:44:45 -0400

Try:

        global auplot_format;
        auplot_format = 'filled';
        auplot(something,somethingelse)

Paul Kienzle
address@hidden

On Jun 17, 2004, at 7:28 PM, mimo wrote:

Hi there,

I'd like to set filled auplot but still it is outlined.

auplot_format = 'filled'; %should be a global variable but nothing changes for
auplot(something,somethingelse)

cheers, Thomas



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------




-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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