Info
This question is closed. Reopen it to edit or answer.
plot scatter after line, anyway to make the scatter overlap the line?
1 view (last 30 days)
Show older comments
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 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!