Matlab cuts figure when saved to eps

Hi!
I want to save the attached figure to eps (for later use in latex). When I save it as eps, MATLAB cuts the figure so just the upper left side is included in the eps.

2 Comments

Please post how you start the export and which tool you are using to inspect the EPS file. Either the command for the export is wrong, or you zoom automatically when displaying the file.
I view the figure in Matlab and click on "Save As" in the File menu. Then I choose eps format. To view the file, I use Preview on mac. I use Matlab 2014b.

Sign in to comment.

 Accepted Answer

Make sure you set the figure properties for PaperPosition and PaperPositionMode

3 Comments

I set the PaperPositionMode to auto and try with different PaperPosition but nothing happens when I export the plot. It still just gives the upper left corner of the picture. Is there an easy way to just export eps as the format you see on your screen?
print() if you want the whole figure. If not then saveas()
Thanks! It worked (sorry for the late response)

Sign in to comment.

More Answers (0)

Categories

Find more on Printing and Saving in Help Center and File Exchange

Asked:

on 27 Jul 2015

Commented:

on 27 Aug 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!