Plotting points as circle
45 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello, how can I plot a point as a black filled circle, rather than a star as with impoint. Thank you very much.
0 comentarios
Respuestas (3)
K
el 16 de Jun. de 2011
h = impoint
hc = get(h,'Children')
set(hc(1),'Visible','off')
set(hc(2),'MarkerFaceColor','k')
set(hc(2),'MarkerEdgeColor','k')
0 comentarios
Ver también
Categorías
Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!