Last active
September 1, 2020 12:53
-
-
Save Accacio/7639020546e48e49f88048ba4f507318 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title(['Título'],'FontSize',9,'interpreter','latex') | |
legend('','') | |
set(gcf, 'PaperPosition', [0 0 8 7]) | |
set(gca,'FontSize',18) | |
set(gca,'FontName','cmr18') | |
set(gcf, 'PaperSize', [8 7]) | |
hx=get(gca,'xlabel') | |
hy=get(gca,'ylabel') | |
hz=get(gca,'zlabel') | |
ht=get(gca,'title') | |
set(hx,'FontSize',18) | |
set(hy,'FontSize',18) | |
set(hz,'FontSize',18) | |
set(ht,'FontSize',18) | |
saveas(gcf,['imagem.pdf']) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment