altmany / export_fig

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

'-append' is not working since last update #369

Closed mrkento11 closed 1 year ago

mrkento11 commented 1 year ago

Dear Mr Altman, I am fairly new to MatLab but have been using the export_fig command to print my images. However, since a few days ago the export_fig '-append' is not working properly. This is the line of code that I used to print the images.

[~,~] = export_fig(Route + "\GEP_iteration-"+ num2str(iteration) +".pdf",[fig],'-append');

It works well with exportgraphics, but the image looks better with export_fig.

exportgraphics(fig,Route + "\GEP_iteration-"+ num2str(iteration) +".pdf","Append",true,'Resolution',600);

Could I bedoing something wrong?

altmany commented 1 year ago

This is now fixed