How to plot a histogram with two different bar colours
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Emmanuel Matata Bili Bili
el 6 de Dic. de 2020
Comentada: Emmanuel Matata Bili Bili
el 9 de Dic. de 2020
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
0 comentarios
Respuesta aceptada
Mario Malic
el 6 de Dic. de 2020
Editada: Mario Malic
el 6 de Dic. de 2020
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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Histograms en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!