Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Perhaps it has to do with the viewer that the cell is using. You can ask sage to render a png for you which you will be able to save using, for example

P=point3d([0,0,0])
P.show(viewer='tachyon')

For more info you can check the sage manual.