How can i keep the fontsize on colorbar when saving as JPEG, TIFF etc....
    17 次查看(过去 30 天)
  
       显示 更早的评论
    
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 个评论
采纳的回答
更多回答(2 个)
  Reza Yahyaei
 2021-8-1
        Since I already set the font size in my code, what I did was saving the figure programatically with:
saveas(gcf, 'filename.extension')
0 个评论
另请参阅
类别
				在 Help Center 和 File Exchange 中查找有关 Creating, Deleting, and Querying Graphics Objects 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!





