subplotlabel

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 リポジトリにアクセスしてください。