Can i make Title and x and y label Bold

916 visualizaciones (últimos 30 días)
moonman
moonman el 15 de Nov. de 2011
Respondida: lalit kaushik el 16 de Mayo de 2019
Can i make Title and x and y label of a plot Bold and to increasr their font size

Respuesta aceptada

Wayne King
Wayne King el 15 de Nov. de 2011
plot(randn(100,1));
title('Test','fontweight','bold','fontsize',16);
xlabel('Time','fontweight','bold','fontsize',16);

Más respuestas (2)

lalit kaushik
lalit kaushik el 16 de Mayo de 2019
you can use the following
set(gca,'FontWeight','bold'). It works for me

Dmytro Lituiev
Dmytro Lituiev el 29 de Abr. de 2015
Does not really work under Ubuntu ;(

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by