Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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

1 visualización (últimos 30 días)
Yu Li
Yu Li el 2 de Mzo. de 2019
Cerrada: Yu Li el 2 de Mzo. de 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

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by