On Sat, Nov 26, 2011 at 10:12 PM, pong <[email protected]> wrote: > > Thanks for the tips, but I would like to have "live" 3D-plots (ones > that one can spin and drag around).
In theory, doing this (written by Bill Cauchois) should work, but it doesn't work on Android: I = icosahedron() I.show(viewer='canvas3d') The plot appears, but there is no way to rotate it around with your finger. You can on a normal computer with a mouse, but unfortunately this doesn't currently translate into touch (yet). William > > On Nov 26, 6:56 pm, "A. Jorge Garcia" <[email protected]> wrote: >> pong <[email protected]> wrote: >> >> Two days ago during Thanksgiving dinner, I tried showing SAGE notebook >> to my cousin who has an Android tablet. Well... I then realized that >> Jmol (or rather Java runtime environment) is not supported on android >> (at least not out of the box) >> >> My questions are: >> >> 1) Has someone successfully run Jmol on an Android browser? >> >> There is a youtube clip showing Jmol 12.3 is working on >> Android:http://www.youtube.com/watch?v=og-lXFnDU-w >> >> 2) If so, what's the best way to make that happen? >> >> Thanks in advance >> >> -- >> 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 >> athttp://groups.google.com/group/sage-support >> URL:http://www.sagemath.org >> >> On my android phone, I use show(viewer="tachyon") instead of jmol. >> HTH, >> A. Jorge Garcia >> Applied Math and >> CompScihttp://shadowfaxrant.blogspot.comhttp://www.youtube.com/calcpage2009 >> Sent via DROID on Verizon Wireless > > -- > 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-support > URL: http://www.sagemath.org -- William Stein Professor of Mathematics University of Washington http://wstein.org -- 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-support URL: http://www.sagemath.org
