>
> sage: P.save('/Users/myname/test.png')
>>
>
> Well, I *did* that since the beginning and yet no image was ever saved.
> Could that be related to the fact that I run my script in the notebook?
> You seem to run it in Sage's prompt.
>
>
Ah, you didn't mention that!
Actually, it does still save. But it will save, by default, in the
directory associated to the cell you save it in, which can be annoying.
You should be able to do
P.save(DATA+test.png)
to save it in the "data" folder of the worksheet, or (assuming your
permissions are normal)
P.save('/complete/path/to/folder.png')
to save it in your filesystem in an arbitrary place.
At one point there was also a link to such saved files in the notebook
below each cell, but after a rewrite those disappeared, and it is currently
in relatively maintenance mode so we have not put the time in to
reimplement that.
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.