필터 지우기
필터 지우기

Can i make Title and x and y label Bold

조회 수: 589 (최근 30일)
moonman
moonman 2011년 11월 15일
답변: lalit kaushik 2019년 5월 16일
Can i make Title and x and y label of a plot Bold and to increasr their font size

채택된 답변

Wayne King
Wayne King 2011년 11월 15일
plot(randn(100,1));
title('Test','fontweight','bold','fontsize',16);
xlabel('Time','fontweight','bold','fontsize',16);

추가 답변 (2개)

lalit kaushik
lalit kaushik 2019년 5월 16일
you can use the following
set(gca,'FontWeight','bold'). It works for me

Dmytro Lituiev
Dmytro Lituiev 2015년 4월 29일
Does not really work under Ubuntu ;(

카테고리

Help CenterFile Exchange에서 Title에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by