Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

In SageMath Cloud select "New". Type the name you want and click on "Sage Worksheet". The Sage worksheet opens up. Copy/paste the following code into your worksheet.

c = circle((1,1), 1, color='red')
c.save('test.png', xmin=-1, xmax=3, ymin=-1, ymax=3)

Click on "Save" and then click on "Run". It looks like nothing has really happened but if you click on "Files" you will see test.pgn.

In SageMath Cloud select "New". Type the name you want and click on "Sage Worksheet". The Sage worksheet opens up. Copy/paste the following code into your worksheet.

c = circle((1,1), 1, color='red')
c.save('test.png', xmin=-1, xmax=3, ymin=-1, ymax=3)

Click on "Save" and then click on "Run". It looks like nothing has really happened but if you click on "Files" you will see test.pgn.

If you click on the name of the picture (test.pgn) it will open in your browser. You can right click on the image and save it to your computer. Another option (instead of clicking on the picture name) is to click on the rectangle furthest left (on the same line as test.pgn) then a box opens up giving you options such as download, move,trash. Press download and it should go to your computer. If not there's a link to click, in which case you download as mentioned above (through right-click and Save as).