How can i keep the fontsize on colorbar when saving as JPEG, TIFF etc....
17 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Sophie pitois
il 16 Gen 2013
Risposto: Reza Yahyaei
il 1 Ago 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 Commenti
Risposta accettata
Più risposte (2)
Reza Yahyaei
il 1 Ago 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 Commenti
Vedere anche
Categorie
Scopri di più su Creating, Deleting, and Querying Graphics Objects in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!