help-octave
[Top][All Lists]
Advanced

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

Re: Plot - Remove points


From: Rob Mahurin
Subject: Re: Plot - Remove points
Date: Fri, 11 Sep 2009 10:44:13 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

On Fri, Sep 11, 2009 at 02:08:55PM +0200, Martin wrote:
> 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.

Your example works for me in Octave 3.2.2.

Cheers,
Rob


reply via email to

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