Linear Scale on Logarithmic Colorbar

87 次查看(过去 30 天)
Hello!
I am using a logarithmic colorbar over a limited range of values. The colorbar shows the log values, just the exponents. Is there a way to show the actual linear values on the colorbar?
Here's a dummy example.
Linear Log
Would like the numbers on the log scale instead of the exponent values.
Thanks!
Doug Anderson

采纳的回答

Douglas Anderson
Douglas Anderson 2022-11-22
OK, I figured this out. For this case:
colormap;
set(gca,'colorscale','log');
cbar = colorbar;
cbar.Ticks = [0.125,0.25,0.5,1,1.5,2];
Doug Anderson

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Colormaps 的更多信息

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by