Getting 3d Sage graphs into a word document
How can I transfer a Sage 3D graph to a Word document?
add a comment
Try save method instead of show:
cube((0,0,0),2,('red','green','blue')).save('cube.png')
Asked: 2015-09-06 05:12:35 +0100
Seen: 270 times
Last updated: Sep 07 '15
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.