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 Exchange2-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