On Aug 23, 2:28 pm, "A. Jorge Garcia" <calcp...@aol.com> wrote:
> I had a problem with SAGE on my iPod Touch.  Everything worked fine
> except for jMol when viewing 3D graphs.  jMol requires jre and that is
> not installed on Safari.  Apparently this is a restriction on the
> iTouch, there's no way to install jre for Safari on iTouch.  I've seen
> it installed on a MacBook Pro, however.
>
> If you don't do 3D graphs, I think you're fine.  I just don't know if
> the iPad has the same restrictions as the iTouch....
>

By the way, 3D graphs *will* work without Java, but you would need to
view them statically.

sage: var('y')
sage: plot3d(x^2 + y^2, (x,-2,2), (y,-2,2),viewer='tachyon')

This is unfortunately buried in the documentation, and not in
sage: plot3d?

- kcrisman

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to