Borrar filtros
Borrar filtros

Changing color of single bars in a bar plot

1 visualización (últimos 30 días)
Omar Mian
Omar Mian el 4 de En. de 2012
Respondida: ifham khan el 27 de Dic. de 2016
Hello,
The following will give a bar plot consisting of 2 groups of 3 bars:
figure(1),clf
xdata = [1 2];
ydata = [1 2 3; 4 5 6];
hb = bar(xdata,ydata,1);
The following will change the color of the frist bar in each group:
set(hb(1),'facecolor','w')
But I want to change the color of a single bar (e.g., the first bar in the first group). How do I achieve that?
Thanks

Respuestas (2)

Dr. Seis
Dr. Seis el 4 de En. de 2012

ifham khan
ifham khan el 27 de Dic. de 2016
I just want to get different color of bar for each label spend much time but got nothing. need help urgent

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by