fix_xticklabels - automatically convert xticklabels to multiple line format

버전 1.1.0.0 (2.47 KB) 작성자: Mikhail Erofeev
It will determine maximum allowed width of XTickLabels and convert them into multiple line format
다운로드 수: 3.2K
업데이트 날짜: 2015/8/17

FIX_XTICKLABELS will determine maximum allowed width of long XTickLabels and convert them into multiple line format to fit maximum allowed width

IN:
handle [optional] - axes handle (defaults to gca)
margins [optional] - relative margins width (defaults to 0.1)
texopts [optional] - cell array of addtitional text formating
options (defaults to {} )

OUT:
ht - column vector of handles for created text objects

This code was derrived from MY_XTICKLABELS by Pekka Kumpulainen
http://www.mathworks.com/matlabcentral/fileexchange/19059-myxticklabels
EXAMPLE:
figure;

bar(rand(1,4));
set(gca,'XTickLabel',{'Really very very long text', ...
'One more long long long text', ...
'Short one','Long long long text again'});
fix_xticklabels();

figure;

bar(rand(1,4));
set(gca,'XTickLabel',{'Really very very long text', ...
'One more long long long text', ...
'Short one','Long long long text again'});
fix_xticklabels(gca,0.1,{'FontSize',16});

Mikhail Erofeev 07.06.2013
Pekka Kumpulainen 12.2.2008

인용 양식

Mikhail Erofeev (2024). fix_xticklabels - automatically convert xticklabels to multiple line format (https://github.com/merofeev/fix_xticklabels), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Labels and Annotations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 게시됨 릴리스 정보
1.1.0.0

Added support of axis labels

1.0.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.