How to specify color shade in bar graph?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Shubham Mohan Tatpalliwar
le 6 Nov 2018
Commenté : madhan ravi
le 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 commentaires
Réponse acceptée
madhan ravi
le 6 Nov 2018
load('Kennfeld1.mat');
bar3(Kennfeld1);
colormap(summer)
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Colormaps dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!