Hi, I think this function is aswsome but I have a doubt when calling the function this way:
export_fig('filename', name, 'nocrop', -nocrop)
How can I call the nocrop parameter in this form?
On the other hand, if i call the function using this:
filename = 'C:\Users\Elena\Desktop\TFG\Pruebas rotación\example.jpg'
export_fig filename -nocrop
It won't recognise the filename i have determined.
Thanks!
Hi, I think this function is aswsome but I have a doubt when calling the function this way: export_fig('filename', name, 'nocrop', -nocrop) How can I call the nocrop parameter in this form? On the other hand, if i call the function using this: filename = 'C:\Users\Elena\Desktop\TFG\Pruebas rotación\example.jpg' export_fig filename -nocrop It won't recognise the filename i have determined. Thanks!