> I want to fix axes and change point-of-view. Is this possible?
Recently, I managed to find the camera position from the moveto
command [1]. One way to do what you want would be to do the converse :
find the moveto command from the desired camera position. This would
give a solution once Jmol is open. Because you could use the script
window to rotate the object with the axes using the moveto command. I
do not have the time right now to write a post about how to find the
arguments to give to the moveto command.
A better solution would be to give the point of view from sage like :
sage: something.show3d(camera=[10,20,30])
I talked with Jonathan Gutow (a Jmol developper) last June in a Sage
Days and he told me the way the information is passed from Sage to
Jmol could be improved a lot. So I believe this is something doable in
a near future...
Sébastien
[1]
http://groups.google.com/group/sage-devel/browse_thread/thread/16167d7babe07ab7/809b5d4742546f40