Hi,
Is there a way to get a nice rainbow mesh on sagemath jupyter notebook ?
Mesh doesn't work on jnb, the following works on sagenb but not in jnb

Best regards,
Henri

x, y = var('x y') 
plot3d(sin(pi*(x^2+y^2))/sqrt(x^2+y^2),
       (x,-1.5,1.5),(y,-1.5,1.5),
       mesh=True,color='yellow')

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to