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>