On Sun, May 30, 2010 at 12:37 PM, Calcpage <[email protected]> wrote: > I have been using SAGE on my iPod Touch lately and find very useful. The > only problem I have had is viewing 3D plots as SAGE uses a java applet to > render such plots. Safari on the iPod Touch does not support the jre. Is > there anyway around this?
If G is a 3d plot try each of the following: G.show(viewer='tachyon') and G.show(viewer='canvas3d') Both will work on all iPhoneOS devices. Interactive rotation doesn't quite work with canvas3d yet, though it "should". > > TIA, > A. Jorge Garcia > Applied Math & CS > http://shadowfaxrant.blogspot.com > Sent from my iPod > > On May 30, 2010, at 2:39 PM, William Stein <[email protected]> wrote: > >> On Sun, May 30, 2010 at 6:22 AM, David Joyner <[email protected]> wrote: >>> >>> I thought William Stein wrote an iphone version of the sagenb.org page a >>> long time ago (when you go there on your iphone and it automatically >>> recognizes it >>> and reformates the page accordingly). >> >> No. The version there is exactly the same as the non-iphone version. >> I certainly wanted to make a special iPhone version, but haven't had time. >> >> >>> I just tested it and sagenb.org works >>> fine on my iphone. >>> >>> >>> On Sun, May 30, 2010 at 8:54 AM, Alasdair <[email protected]> wrote: >>>> >>>> Has anybody made any headway with either of >>>> >>>> (a) optimizing Sage for a mobile device (such as an iPhone, or an >>>> Android device)? >>>> >>>> (b) produced a mobile formatted version of the notebook? >>>> >>>> There are times when I'd like access to Sage for a quick computation, >>>> and my iPod Touch is all I have with me, in which case (b) would be a >>>> great boon. >>>> >>>> I'm also very keen to explore Android devices (when I can afford one). >>>> >>>> Thanks, >>>> Alasdair >>>> >>>> -- >>>> 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 >>>> >>> >>> -- >>> 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 > > -- > 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
