On Jan 3, 10:34 am, LFS <[email protected]> wrote: > Thank-you for all the replies! I appreciate all the help. > > == 2d plots are generated with jmol in the published worksheets; > == 3d plots are NOT generated. > == (If possible) I want my user/viewer to be able to view the > published worksheet without having to install anything (except be java > enabled). > > @kcrisman and William Stein > I tried: > > var('x y z') > plane1=implicit_plot3d(x+y==1,(x, -1, 1), (y, -1,1), (z, > -1,1),color='blue', opacity=.3) > plane1.show(viewer='tachyon') > > and nothing plotted on my worksheet (or in the published version). > Also - how would I show more than one plot?
I think if you up the opacity to 1 you will see it. Probably tachyon is much more sensitive to this than Jmol? Maybe Niles or Marshall (people who've used tachyon quite a bit) have some comments on this. I assume you did get the frame, at least? When I plotted this I got just the frames, even with opacity=.5 it was pretty small. - kcrisman -- 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
