Hello, I've been asking how to download an EPS file of a plot from a remove NB. I've been helped in so far that the following code should work:
p=plot(x,(-3,3));p.save(DATA+"p.eps"); And then, after refreshing the sheet, choose "p.eps" from the "Data.." drop down menu. When I want to download the file from there then, I get a 403 Permission denied error on the file which, according to the output, resides in ~/manday/ 0/... Locally, I've been told (haven't tried myself) it works. Another subsequence error I get is a 500 when I want to "link the file to the worksheet" on the same page I can choose to download it from. This has been tested on several public sage NB servers with always the same result. Thank you for your assistance. My aim is it to download the EPS of a plot from a remove NB. regards, MD -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
