Is there a way to specify the exact size of axes in EPS files?
5 次查看(过去 30 天)
显示 更早的评论
In my current work flow, I export MATLAB figures with
print('filename1.eps','-depsc')
in order to edit in a graphic software. However, the size of the axes are automatically set by default. This means I don't have control on how large or small my plots are in the output. When I need to combine multiple MATLAB figures to create a composite figure for a paper, it is often cumbersome to adjust the size of each plot every time I update them.
Is there a way to specify the exact size of axes in EPS files, for exampe X axis to be 10.0 cm whereas Y axis to be 7.0 cm?
0 个评论
采纳的回答
更多回答(1 个)
另请参阅
类别
在 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!