How to specify color shade in bar graph?
2 ビュー (過去 30 日間)
古いコメントを表示
Shubham Mohan Tatpalliwar
2018 年 11 月 6 日
コメント済み: madhan ravi
2018 年 11 月 6 日
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!