Label subplots in a composite figure
Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
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)
Citation pour cette source
Wolfgang Schwanghart (2026). subplotlabel (https://github.com/wschwanghart/subplotlabel/releases/tag/0.1), GitHub. Extrait(e) le .
Informations générales
- Version 0.1 (47,8 ko)
-
Afficher la licence sur GitHub
Compatibilité avec les versions de MATLAB
- Compatible avec les versions R2016b et ultérieures
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 0.1 |
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
