フィルターのクリア

How can i plot a marker which is only half solid?

19 ビュー (過去 30 日間)
xinjun li
xinjun li 2017 年 5 月 26 日
回答済み: Davis Lee 2021 年 1 月 25 日
Hi,everyone. How can I plot a 2D picture using marker which is only half solid? Thanks very much.

採用された回答

Stephen23
Stephen23 2017 年 5 月 26 日
編集済み: Stephen23 2017 年 5 月 26 日
  1 件のコメント
xinjun li
xinjun li 2017 年 5 月 26 日
Thanks for your help. Your method is very useful.

サインインしてコメントする。

その他の回答 (2 件)

Davis Lee
Davis Lee 2021 年 1 月 25 日
I was able to do this with the text command and the appropriate code for the shape I wanted.
I made a plot and then place a symbol where I needed it.
for me a half filled circle:
...
text(-1.76,0, char(9680) ,'fontsize', 8)
...
https://altcodeunicode.com/alt-codes-geometric-shape-symbols/

MathReallyWorks
MathReallyWorks 2017 年 5 月 26 日
Hello xinjun li,
There is no such specifier present in matlab. If you really want them then you will have to create them using Stephen's link of custom marker plot.
Otherwise you can use different colors for these specifiers rather than full solid and half solid.
Checkout the specifiers present in matlab: Marker Specifiers
  1 件のコメント
xinjun li
xinjun li 2017 年 5 月 26 日
Thank u very much.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!