How do I remove specific markers in scatter plot?
Ältere Kommentare anzeigen
How do I remove specific markers in scatter plot?
Can I do that? I'm working with a scatter3 function.
Thanks.
2 Kommentare
Andrew Reibold
am 13 Okt. 2014
Is it a huge amount or just like 1 or 2 for a one time job? Picture/screenshot?
Matthias Witt
am 10 Jan. 2024
Bearbeitet: Matthias Witt
am 11 Jan. 2024
set a specific point to invisible
point = scatter(x, y, 'rx');
set(point, 'visible', 'off')
Antworten (1)
Sean de Wolski
am 13 Okt. 2014
0 Stimmen
You can use data brushing if you want to do it interactively:

Kategorien
Mehr zu Scatter Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!