Get boundary object from a bar plot
2 ビュー (過去 30 日間)
古いコメントを表示
Is there a way to get a line/ patch object from a bar plot, if there even is such object in a bar plot?
I'm trying to implement "hatch" (https://se.mathworks.com/matlabcentral/fileexchange/2075-hatch-m) together with "bar" but can't extract the expected object, not even:
findobj(b(1), 'Type', 'patch')
works...
Is it simply so that bar does not contain what I search for and I have to forfit my attempts at "hatching" the bars?
0 件のコメント
採用された回答
Mario Malic
2020 年 11 月 5 日
It looks like such object does not exist on bar anymore.
5 件のコメント
Mario Malic
2020 年 11 月 6 日
It should properly work with mentioned properties and yes, errorbar comes after patching.
You're welcome.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Graphics Object Properties についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!