> Meanwhile, do you know a oneliner (simpler than the one above) that > draw 3d graphics object with aspect ratio 1, i.e. where cube looks > like cube?
BTW, I know this works : sage: G = cube((10,5,3)) + cube((-7,-3,0)) sage: G.show(aspect_ratio=1) but the problem is that this returns None and does not change the aspect ratio of G. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org