How to specify color shade in bar graph?

2 visualizaciones (últimos 30 días)
Shubham Mohan Tatpalliwar
Shubham Mohan Tatpalliwar el 6 de Nov. de 2018
Comentada: madhan ravi el 6 de Nov. de 2018
if true
% code
load('Kennfeld1.mat');
bar3(Kennfeld1);
I am trying to plot the graph in bar
but the color shade of it is depending on the values of x and y axis and not the value in a array
how should i avoid it?

Respuesta aceptada

madhan ravi
madhan ravi el 6 de Nov. de 2018
load('Kennfeld1.mat');
bar3(Kennfeld1);
colormap(summer)
  11 comentarios
Shubham Mohan Tatpalliwar
Shubham Mohan Tatpalliwar el 6 de Nov. de 2018
it is better represnted in bar
isnt it possible in bar to have a color change with z axis?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Colormaps 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