How can I change tickformat in the colorbar.

72 views (last 30 days)
How can I change tickformat in the colorbar. Regards.
  2 Comments
Pawel Jastrzebski
Pawel Jastrzebski on 13 Mar 2018
  • What is your current formatting?
  • What do you want to change it to?
  • Have you checked if the answer to your question isn't in the example section of the colorbar doc?
Yrobel Lima
Yrobel Lima on 13 Mar 2018
Hi, thanks for your reply, I want to change is the number format of the colorbar label. Thanks.

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 14 Mar 2018
cb = colorbar();
cb.YRuler.TickLabelFormat = '%.2f';
  4 Comments
jonas
jonas on 21 Dec 2019
the following works in 2019a:
cb.Ruler.TickLabelFormat
Note: 'Ruler' and not 'YRuler'.
Walter Roberson
Walter Roberson on 21 Dec 2019
Thanks, jonas. This is a detail that changed at some point.

Sign in to comment.

Categories

Find more on Colormaps in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!