Hi,
when I use savefig() to save the image, it saves it in the bin directory
of the instance (../instance/bin/)
when I try to pass the path in the name (savefig('path/image.png')), I
get an error :*
Type error : RuntimeError*
*Error value : Could not open file /home/image.png
*How can I set the save directory ?
thks
|