I was using the -depsc2 output flag to generate an EPS file. However, boundaries kept getting messed up.
The fix that worked for me, right before your print command:
set(gcf,'PaperPositionMode','auto')This makes sure what you see on screen and on file are consistent.
0 comments:
Post a Comment