Hello, I get an idle response from SAGE when trying to plot this:

var('x t');
cmsel = [colormaps['gnuplot2'](i) for i in sxrange(0,1,0.02)]
plot3d(lambda 
x,t:(1+x*(e^(x+t+1)+e^(2*x+2*t+2)-(x^2*(I*x^2-t)/(x^3+t^2+2))*e^(3*x+3*t+3)).imag_part(),(x,-3*pi,3*pi),(t,-2,2),adaptive=True,color=cmsel)

The function seems fine, and also its formatting, but nothing happens.

What is wrong here?

Thanks!

-- 
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 https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to