Label subplots in a composite figure
Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
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)
Cita come
Wolfgang Schwanghart (2026). subplotlabel (https://github.com/wschwanghart/subplotlabel/releases/tag/0.1), GitHub. Recuperato .
Informazioni generali
- Versione 0.1 (47,8 KB)
-
Visualizza la licenza su GitHub
Compatibilità della release di MATLAB
- Compatibile con R2016b e release successive
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 0.1 |
Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.
Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.
