フィルターのクリア

How to change the line color in Herrorbar?

2 ビュー (過去 30 日間)
Ron Nativ
Ron Nativ 2017 年 8 月 14 日
コメント済み: Ron Nativ 2017 年 8 月 14 日
Hi, I'm trying to change the line color on the horizontal error bar, using the function 'Herrorbar'.
my code line is - herrorbar(x,y,err,'.'), where I want to specifiy an RGB color - [0.5 0.5 0.5], but I couldn't find a way to do so without specifying a specific color (such as '.r', '.k', etc...).
Any suggestions?
Thanks, Ron
  1 件のコメント
Ron Nativ
Ron Nativ 2017 年 8 月 14 日
Ok, I have managed to do so with errorbar function -
errorbar(x,y,err,'horizontal')

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeStrategy & Logic についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by