Plotting points as circle

Hello, how can I plot a point as a black filled circle, rather than a star as with impoint. Thank you very much.

Antworten (3)

K
K am 16 Jun. 2011

1 Stimme

h = impoint
hc = get(h,'Children')
set(hc(1),'Visible','off')
set(hc(2),'MarkerFaceColor','k')
set(hc(2),'MarkerEdgeColor','k')
Sean de Wolski
Sean de Wolski am 16 Jun. 2011

0 Stimmen

plot(2,3,'ko','markerfacecolor','k')
Marija
Marija am 16 Jun. 2011

0 Stimmen

Thank you.

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 16 Jun. 2011

Community Treasure Hunt

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

Start Hunting!

Translated by