[sage-support] Re: right click plot dropdown dead in Sage for virtualbox

2017-08-24 Thread slelievre

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.


[sage-support] Re: Sage Crash Report

2017-08-24 Thread slelievre
2017-05-09 18:26:36 UTC+1, Abhishek Kesarwani:

>  trying to install sagemath on my ubuntu 17.04 it shows the following 
error:
>
> Oops, Sage crashed. We do our best to make it stable, but...

This might be because Sage requires gfortran to be installed.

Try installing gfortran by typing the following in a terminal:

sudo apt-get install gfortran

-- 
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.