How to specify color shade in bar graph?

2 views (last 30 days)
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?

Accepted Answer

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

Sign in to comment.

More Answers (0)

Categories

Find more on Colormaps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!