What happend about my plotting style
Mostrar comentarios más antiguos
As I know that starting in R2014b, MATLAB graphics titles use a bold and slightly larger font for better visibility. I am using R2014b, what happend to my plotting style?
The left is a example picture from help center, the right is my plotting. You can see the difference between the titles.

Respuesta aceptada
Más respuestas (2)
Image Analyst
el 27 de Feb. de 2015
0 votos
It could be that the font MATLAB actually uses to create the figure is different than what's in the help. I don't know how they got that picture in the help. Maybe the process of copying and pasting it in there caused things to adjust slightly. You know that you have control over the appearance of the title via input arguments like 'FontSize', etc. in the title() function.
Tom
el 27 de Feb. de 2015
An example of how to change the appearance of the title would be:
title('Title String','fontweight','bold','fontsize',14)
This is what I typically do.
Categorías
Más información sobre Title en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!