First time here? Check out the FAQ!
answered 9 years ago
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.