필터 지우기
필터 지우기

Boxplot - Size of the labels

조회 수: 1 (최근 30일)
Konstantinos
Konstantinos 2015년 11월 6일
답변: Thorsten 2015년 11월 6일
If we assume that I have produced the boxplot of the picture. How can I magnify the "mu=5" and "mu=6" ? I can't magnify them by modifing the fontsize in the figure properties. Any help could be useful. Thanks in advance!

답변 (1개)

Thorsten
Thorsten 2015년 11월 6일
h = boxplot(rand(40,2))
set(findobj(get(h(1), 'parent'), 'type', 'text'), 'fontsize', 30);

Community Treasure Hunt

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

Start Hunting!

Translated by