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.

답변 (3개)

K
K 2011년 6월 16일

1 개 추천

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 2011년 6월 16일

0 개 추천

plot(2,3,'ko','markerfacecolor','k')
Marija
Marija 2011년 6월 16일

0 개 추천

Thank you.

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

질문:

2011년 6월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by