How to specify color shade in bar graph?

2 ビュー (過去 30 日間)
Shubham Mohan Tatpalliwar
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?

採用された回答

madhan ravi
madhan ravi 2018 年 11 月 6 日
load('Kennfeld1.mat');
bar3(Kennfeld1);
colormap(summer)
  11 件のコメント
Shubham Mohan Tatpalliwar
Shubham Mohan Tatpalliwar 2018 年 11 月 6 日
it is better represnted in bar
isnt it possible in bar to have a color change with z axis?
madhan ravi
madhan ravi 2018 年 11 月 6 日

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeColormaps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by