How to specify color shade in bar graph?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Shubham Mohan Tatpalliwar
am 6 Nov. 2018
Kommentiert: madhan ravi
am 6 Nov. 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?
0 Kommentare
Akzeptierte Antwort
madhan ravi
am 6 Nov. 2018
load('Kennfeld1.mat');
bar3(Kennfeld1);
colormap(summer)
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Colormaps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!