フィルターのクリア

How to change Edge Color of lines?

63 ビュー (過去 30 日間)
Adi
Adi 2012 年 7 月 25 日
Hello
I am plotting multiple lines in a single image using the Plot command. By default, the color of lines is blue but I want their edges to be of a different color. How can I do this? I read about EdgeColor function but couldn't figure how to use it. (If I use it alongside Plot, I get an error - Invalid Propert found).
Thanks in advance
Regards Adi

採用された回答

Jan
Jan 2012 年 7 月 25 日
line objects do not have an edgecolor. You can draw a patch or surface with an edgecolor. If the line uses markers, their edgecolor, 'MarkerEdgeColor', can be adjusted.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by