First time here? Check out the FAQ!

Sorry, this content is no longer available

Ask Your Question
1

Choose the viewpoint in plot3d

asked 11 years ago

tobiasBora gravatar image

updated 11 years ago

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.

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered 11 years ago

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>
Preview: (hide)
link

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: 11 years ago

Seen: 968 times

Last updated: Jun 10 '13