-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes figure does not save properly #352
Comments
I just attempted this in v3.39 and had the same issue. This is on an ARM Mac with MatLab 2021b. |
I don't know if it's related or it can help at all. I had a 'ghostly' large grey column appearing on the left of the saved/printed graph (in jpg) thus resizing the actual graph to a smaller window to the right. This 'ghostly' column seemed to show instructions at random of my running macro. |
Sometimes when exporting a .pdf for example using the code,
export_fig(['/Users/Me/Folder/Graph'], '-transparent', '-pdf', '-painters');
, the figure doesn't save correctly and it will end up saving a very small blank square instead of the graph that I want to save.Why does this happen/how can this be fixed?
The text was updated successfully, but these errors were encountered: