Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
plot scatter after line, anyway to make the scatter overlap the line?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi:
I plot a scatter point after a line, the result looks like the line is crossing the scatter circle. is there any way to make the display like scatter overlap the line?
below is the test code:
plot(1:6,1:6)
hold on
scatter(3,3)
Thanks!
Yu
0 commentaires
Réponses (0)
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!