help-octave
[Top][All Lists]
Advanced

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

Re: Plot - Remove points


From: Ben Abbott
Subject: Re: Plot - Remove points
Date: Fri, 11 Sep 2009 11:29:32 -0400

On Friday, September 11, 2009, at 08:08AM, "Martin" <address@hidden> wrote:
>Hi,
>I'm trying to plot several series of points on a same figure, and be able to
>remove part of them.
>I saw Matlab can do it with:
>h1=plot([1 1]);
>set(h1,'visible','off');
>
>Is it possible to do something like that with Octave?
>It seems 'visible' property is only available for a figure object, not for a
>plot object.
>
>Thank you
>
>Martin

That works for Octave 3.2.2. If you are running an older version, I recommend 
an upgrade.

Ben



reply via email to

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