Logarithmic scale for colorbar
Afficher commentaires plus anciens
I sometimes require a plot which has a colorbar with a log scale. Previously I did this by setting the 'yscale' property of the underlying colorbar axes, but this no longer works with the new graphics system. Is there a workaround for the new system?
Réponse acceptée
Plus de réponses (1)
Xiaolong
le 26 Mar 2020
1 vote
set(gca,'colorscale','log')
1 commentaire
Walter Roberson
le 27 Avr 2020
Note: that was not available at the time the question was originally asked.
Catégories
En savoir plus sur Title dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!