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?