subplotlabel

Label subplots in a composite figure

https://github.com/wschwanghart/subplotlabel

Sie verfolgen jetzt diese Einreichung

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)

Zitieren als

Wolfgang Schwanghart (2026). subplotlabel (https://github.com/wschwanghart/subplotlabel/releases/tag/0.1), GitHub. Abgerufen .

Add the first tag.

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit R2016b und späteren Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
0.1

Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.