How can i keep the fontsize on colorbar when saving as JPEG, TIFF etc....
15 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Sophie pitois
le 16 Jan 2013
Réponse apportée : Reza Yahyaei
le 1 Août 2021
I am producing graphs in Matlab to be converting as JPEG/TIFF for inclusion into documents. I use a font 30 on graphs. Everything saves as such except for the colorbar which return to a very small font 8/10. Does anyone knows the solution to this problem? Many thanks
0 commentaires
Réponse acceptée
Plus de réponses (2)
Max Griggs
le 29 Avr 2021
set(cH,'FontSize',30)
To this:
set(cH.Label,'FontSize',30)
8 Years later...😎
1 commentaire
Reza Yahyaei
le 1 Août 2021
Since I already set the font size in my code, what I did was saving the figure programatically with:
saveas(gcf, 'filename.extension')
0 commentaires
Voir également
Catégories
En savoir plus sur Creating, Deleting, and Querying Graphics Objects dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!