exportgraphics: figure size: title cut off the plot
25 次查看(过去 30 天)
显示 更早的评论
I run
x0=0;
y0=0;
width=550;
height=550;
exportgraphics(gca,'test.tif','ContentType','vector')
Then I have the first line of title (title has two rows) cut off from the plot. What needs to be done?
2 个评论
dpb
2022-7-9
First, provide enough code to produce the symptoms -- none of the code above does anything related to the call to exportgraphics and we can't see your current figure/axes that gca returns.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Printing and Saving 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!