altmany / export_fig

A MATLAB toolbox for exporting publication quality figures
BSD 3-Clause "New" or "Revised" License
1.28k stars 368 forks source link

export_fig maximizes figure window and moves it off screen #314

Closed btglau closed 4 years ago

btglau commented 4 years ago

I am on a Mac, 10.15.6 Catalina, R2019b. With release 3.09, when I call export_fig, it will maximize the figure window and move the top left corner of the window to the top right corner of my screen, such that the figure is hidden. The previous version I used, 3.03, did not have this problem.

The call I make to export_fig is: export_fig('title','-q101','-r300','-png');

altmany commented 4 years ago

Fixed in the latest version (3.10 - commit 2323e6c)