Add percentage symbol (%) on contour lines (2019a)

40 views (last 30 days)
Help! I want to add the percentage symbol (%) after the elevation label (ex: 1%, 3%, 5%) in a contour plot (photo attached). Is there any way to do this? I have read about clabel, but I am not sure it can do this. Thank you in advance!

Accepted Answer

Yazan
Yazan on 4 Jul 2021
Use '%%' to write the '%' symbol:
fprintf('%%\n');
  6 Comments
Yazan
Yazan on 6 Jul 2021
Overall, I believe the best practice in your case is to just divide the levels by 100, as they are percentages, and keep the default level visualization by Matlab.

Sign in to comment.

More Answers (0)

Categories

Find more on Contour Plots 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!