Colouring stacked bar chart
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
Is there a way to make it so that different sections of the bar are filled differently? Ideally I'd like to make a part of the bar hatched or similar (something that retains the colour) to indicate some information - is this possible?
Thanks, Tom
0 comentarios
Respuesta aceptada
Ned Gulley
el 14 de Abr. de 2011
Example:
Y = [5 1 2
8 3 7
9 6 8
5 5 5
4 2 3];
bar(Y,'stack')
colormap(summer)
applyhatch_pluscolor(gcf,'\/|',true)
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Bar Plots en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!