I do not get any output to any 3d plotting command.  The same commands were 
working fine a month ago. For instance: 

< var('x,y,z') 

A=implicit_plot3d(z-x*y==0, (x, -3,3), (y, -3,3), (z, 
-3,3),opacity=0.4,color='green')

B=implicit_plot3d(x^2-y==0, (x, -3,3), (y, -3,3), (z, 
-3,3),opacity=0.4,color='red')

A+B >

This is a problem only for the Sage Cell Server and not for the Cloud. All 
the rest works fine.

Any idea? Thanks, giorgio

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to