subplotlabel

Label subplots in a composite figure
55 descargas
Actualizado 10 ene 2021

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)

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2020b
Compatible con cualquier versión desde R2016b
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
0.1

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.