Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
plot scatter after line, anyway to make the scatter overlap the line?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!