Set limit for colorbar in log 3D plot
4 views (last 30 days)
Show older comments
Alberto Mora
on 30 May 2017
Commented: Alberto Mora
on 31 May 2017
Dear all, I am plotting a 3D graph using a Z logaritmic axis. The surface have got a vertical asynthos (Z axis). For this reason I use Zlim([minDesidValue maxDesidValue]) to limit the Z axis. Consequently I set caxis([minDesidValue maxDesidValue]). However, considering the Z axis is logaritmic, the colorbar "draw" my surface in linear method, and so with unsatisfying results (I suppose that is caused by the linear relation between coloration and colorbar limits). In atteached you can see the figure. Best regars. Alberto Mora
2 Comments
Accepted Answer
Walter Roberson
on 31 May 2017
If you are using R2014b or newer, then
cb = colorbar();
cb.Ruler.Scale = 'log';
More Answers (0)
See Also
Categories
Find more on Colormaps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!