Hello to everyone

I was trying to plot a discontinuous function of two variables like this

cmsel = [colormaps['hot'](i) for i in sxrange(0,1,0.05)]
Surff=plot3d(arctan(y/x),(x,-1,1),(y,-1,1),adaptive=True, color=cmsel)
show(Surff)

This works very fine for continuous functions. I cannot use the 
adaptive=True option when f is not continuous. Is there anything like the 
detect_pole = True for 3d plots?

thanks!

JC

-- 
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/groups/opt_out.

Reply via email to