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?

Thank-you again, Linda

-- 
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

Reply via email to