Ask Your Question
1

Choose the viewpoint in plot3d

asked 2013-06-10 17:02:53 +0200

tobiasBora gravatar image

updated 2013-06-10 17:20:40 +0200

Hello,

I would like to display lots of spheres (about 6000) in jmol but when I've to many points it crashs.

If I try to run the interactive mode (even If don't have any picture) I've this error : "Jmol Applet #2 is having trouble loading. Will retry once."

How could I do to get a picture of my work ?

--- EDIT ---

I found the function save('filename') and now I've a display, but I'd like to change the point of view. Is it possible ?

Thanks,

Tobias.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-06-10 19:03:48 +0200

tmonteil gravatar image

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>
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2013-06-10 17:02:53 +0200

Seen: 817 times

Last updated: Jun 10 '13