| 1 | initial version |
Concerning your first question, you can replace td.show() by td.show(viewer='tachyon'), to replace the jmol viewer by the static tachion viewer.
Concerning your second question, you can rotate the picture (type td.rotate? for more details):
sage: t = td.rotate((0,0,1),pi/3)
sage: t.show(viewer='tachyon')
You can see other transformations (like translation, scale) by typing;
sage: td.<TAB>
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.