On Sun, Mar 23, 2008 at 1:21 PM, Janzo <[EMAIL PROTECTED]> wrote: > > Hi again: > > I have explored a bit more Jmol. > I have tried a lot to show the pmesh file in a Jmol applet... I have > learned to open the pmesh file in the Jmol program (console command: > pmesh "my_sage_surface.pmesh") but then I can't do anything with that : > ( > > Where is the code you use in sage to show the applet?
If you refresh a sage notebook page that shows a 3d jmol image you'll see that it contains: jmol_applet(500, "/home/admin/37/cells/16/sage0-size500.jmol") where jmol_applet is some javascript function that is defined by main.js (part of Sage) basically to be jmolApplet(size, "script " + url); where jmolApplet is defined in Jmol.js (which is from the jmol website). By the way, this email should be in sage-support. It's not a sage-edu question, and there are over 10 times as many people subscribed to sage-support. -- William --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en -~----------~----~----~----~------~----~------~--~---
