On Jan 2, 7:50 pm, William Stein <[email protected]> wrote: > On Mon, Jan 2, 2012 at 4:27 PM, Jason Grout <[email protected]> > wrote: > > On 1/2/12 3:09 PM, LFS wrote: > > >> Hi - I am a new user of sage, but I very much like the ability to do > >> (better than) mathematica quality mathematics and 3d plots legally :) > >> However, when I publish my sage worksheet so that I can link to it and > >> a non-sage user can view it, the 3d plots are not generated (neither > >> plot3d nor implicit_plot3d nor plot_vector_field3d). The 2d plots are > >> generated. (See for example:http://sagenb.org/home/pub/3905/) > >> Is there a reason for this? Thanks. Linda > > > If a user edits the published worksheet, they will get the 3d plots. Right > > now, a 3d plot is not shown by default on a published worksheet. > > > This could be changed, if someone wrote the necessary code and people viewed > > it as a good thing (to execute javascript in published worksheets when they > > And *java* (in addition to any javascript). > > If you render your 3d plot using tachyon, then that will appear fine > in published worksheets. >
which you would do by doing something like P = plot3d(your plot info) P.show(viewer='tachyon') -- 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
