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

X-label and tick size change as exporting #397

Open AniruddhMurali opened 2 months ago

AniruddhMurali commented 2 months ago

Hey, this weird glitch I experienced while exporting the file in a PNG format with the gca and gca being colored to none (which I am not doing in this example but the issue persists). Every time I try to export the image before exporting the image the figure looks like this Before_Saving after saving using the following command export_fig -m5 -painters Test.png; I have attached the screenshot of it. There is a clear change in the tick size concerning label size. After_Saving Can anyone tell me how to export it in native formatting?

altmany commented 1 month ago

I cannot reproduce your issue, it works ok for me with a simple yyaxis. Please attach the fig file or a code snippet that reproduces the problem, and I will check.