How do I remove specific markers in scatter plot?

How do I remove specific markers in scatter plot?
Can I do that? I'm working with a scatter3 function.
Thanks.

2 comentarios

Andrew Reibold
Andrew Reibold el 13 de Oct. de 2014
Is it a huge amount or just like 1 or 2 for a one time job? Picture/screenshot?
Matthias Witt
Matthias Witt el 10 de En. de 2024
Editada: Matthias Witt el 11 de En. de 2024
set a specific point to invisible
point = scatter(x, y, 'rx');
set(point, 'visible', 'off')

Iniciar sesión para comentar.

Respuestas (1)

Sean de Wolski
Sean de Wolski el 13 de Oct. de 2014

0 votos

You can use data brushing if you want to do it interactively:

Categorías

Preguntada:

el 13 de Oct. de 2014

Editada:

el 11 de En. de 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by