How to specify color shade in bar graph?
2 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
采纳的回答
madhan ravi
2018-11-6
load('Kennfeld1.mat');
bar3(Kennfeld1);
colormap(summer)
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Colormaps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!