[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Plot - Remove points
From: |
Martin |
Subject: |
Plot - Remove points |
Date: |
Fri, 11 Sep 2009 14:08:55 +0200 |
User-agent: |
Internet Messaging Program (IMP) 3.2.8 |
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
- Plot - Remove points,
Martin <=