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

36 visualizzazioni (ultimi 30 giorni)
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!

Risposta accettata

Yazan
Yazan il 4 Lug 2021
Use '%%' to write the '%' symbol:
fprintf('%%\n');
  6 Commenti
Yazan
Yazan il 6 Lug 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.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Contour Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by