Fontsize in clabel with rotated labels 2014b

1 vue (au cours des 30 derniers jours)
Stephan
Stephan le 23 Oct 2014
Hello,
I switched to 2014b improving the look of several diagrams, but also gave me a hard time to adjust a few properties. Up to now I am stuck with the following problem: clabel(C,h) no longer returns a handle, so that I am not able to change the FontSize. The other option is to use clabel(C) but in this case the label is no longer within the lines (it's a bit shifted) and there is a cross which does not improve the readability of the plot.
The question is if there is a way to use clabel(C,h) and also change the FontSize of the labels. I also checked the properties explorer giving me no clue.
Thanks in advance, Stephan
  4 commentaires
Cynthia Gerlein-Safdi
Cynthia Gerlein-Safdi le 27 Avr 2015
Did you guys found a way around this? I am currently installing a trial version of 2015a in the hope that this problem has been fixed.
Star Strider
Star Strider le 27 Avr 2015
If you don’t tell TMW, they won’t know it’s a problem.

Connectez-vous pour commenter.

Réponses (1)

Rob Comer
Rob Comer le 5 Juin 2015
If you download and install one of the workarounds available here for R2014b or R2015a: http://www.mathworks.com/support/bugreports/1114747, you'll be able to use commands like the following to control the FontSize of your labels:
clabel(C,h,'FontSize',32)
If you try a value and it turns out be either too large or too small, you can adjust it with an additional call to the clabel function, like this:
clabel(C,h,'FontSize',20)
or simply return to the default value:
clabel(C,h,'FontSize','default')
The workaround enables a total of 12 properties that affect the appearance of contour labels: Color, FontName, FontSize, FontWeight, and 8 others.

Catégories

En savoir plus sur Contour Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by