Borrar filtros
Borrar filtros

How I can define the group colour in 3D bar plot?

2 visualizaciones (últimos 30 días)
Bruno
Bruno el 22 de Jul. de 2017
Comentada: Bruno el 22 de Jul. de 2017
Hi,
I did 3d bar plot:
Z = data(2000:4000,:); % data
Y = [1 300 600]; % The positions of bars along the y axis
h = bar3(Y,Z',0.1);
set(gca, 'YTickLabel', {'s1' 's2' 's3'});
I want s1 (green) s2( red) s3 (blue) (See Figure).
All suggestions are welcomed

Respuestas (1)

Walter Roberson
Walter Roberson el 22 de Jul. de 2017
Unfortunately in R2014b and all other released versions (currently R2017a), the only way to control color in bar charts is to call bar once per color you want to use.
  5 comentarios
Walter Roberson
Walter Roberson el 22 de Jul. de 2017
Sorry, I do not know at the moment, and I think it is time for me to head to bed.
Bruno
Bruno el 22 de Jul. de 2017
Thanks, for your help

Iniciar sesión para comentar.

Categorías

Más información sobre Data Distribution Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by