Thu 2017-05-11 03:47:42 UTC+1, Jim Mooney:

> I'm using Sage in virtualbox on win 8.1. When I right-click
> on a plot I get a dropdown, but it's dead. I can't use File
> to save the image, for instance. Is this normal in Sage
> for virtualbox or is there a fix?

If you call p your plot you could save it to a file by doing

save(p, "my_plot.png")

or you could specify a full path by doing

save(p, "/full/path/to/my_plot.png")

Also, you might want to try the native SageMath installer
for Windows:

https://github.com/sagemath/sage-windows/releases

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to