On Mon, Feb 3, 2014 at 9:49 AM, Ralf Stephan <[email protected]> wrote: > When giving for example a parametric_plot command to the Android app nothing > happens and I found that apparently sagecell wants to start a Java applet on > my browser. OTOH if I use Sage on my desktop a PNG is generated. > > Is there a list of commands that will invoke some Java applet so that I can > give app users a reason why things don't work?
The *only* thing in all of Sage that will start a Java applet is the default 3d plot renderer (jmol). Nothing else. Maybe by parametric plot you mean parametric_plot3d? > Do you see a better solution? Is moving the computation to the client > necessary? Are there HTML+Javascript alternatives planned for inclusion into > Sage? Yes -- there's a lot of work on that. The three.js alternative for 3d plotting is already the default in https://cloud.sagemath.com and can be used via the threejs command in the Sage cell server (https://sagecell.sagemath.org/). William > > Regards, > Ralf Stephan > > -- > You received this message because you are subscribed to the Google Groups > "sage-devel" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sage-devel. > For more options, visit https://groups.google.com/groups/opt_out. -- William Stein Professor of Mathematics University of Washington http://wstein.org -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/groups/opt_out.
