subplotlabel

버전 0.1 (47.8 KB) 작성자: Wolfgang Schwanghart
Label subplots in a composite figure
다운로드 수: 55
업데이트 날짜: 2021/1/10

This class labels subplots or tiles in a composite figure. Say, you are having several subplots like this on here:

for r = 1:6; subplot(2,3,r); plot(rand(5)); end

Now, you can create the plot as shown in the figure by following command:

h = subplotlabel(gcf,'a','location','southwest');

subplotlabel makes it easy to change the size of the labels using the commands
bigger(h) or smaller(h), or the font style with italic(h) or bold(h)

인용 양식

Wolfgang Schwanghart (2024). subplotlabel (https://github.com/wschwanghart/subplotlabel/releases/tag/0.1), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2020b
R2016b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
0.1

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