Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

plot scatter after line, anyway to make the scatter overlap the line?

1 Ansicht (letzte 30 Tage)
Yu Li
Yu Li am 2 Mär. 2019
Geschlossen: Yu Li am 2 Mär. 2019
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

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by