How to plot a histogram with two different bar colours

6 ビュー (過去 30 日間)
Emmanuel Matata Bili Bili
Emmanuel Matata Bili Bili 2020 年 12 月 6 日
Hi,
I have a histogram and I want to have two seperate bar colours and then add a legend for both colours.
I have tried different solutions but no luck. Any assistance would be appreciated. My code is below.
I'm extracting data from a table with categorical data. The data is in the 11th column of the table.
My current histogram
BB = T3{:,11}
histogram(BB,'FaceColor','g' )
legend

採用された回答

Mario Malic
Mario Malic 2020 年 12 月 6 日
編集済み: Mario Malic 2020 年 12 月 6 日
Hello,
Reference to the answer by Mike is here. If you could display your data with bar function, it is possible to set the color of each individual element with CData property.

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by