First time here? Check out the FAQ!
answered 12 years ago
For example:
sage: var('x y'); sage: cmsel = [colormaps['gnuplot2'](i) for i in sxrange(0,1,0.02)] sage: plot3d(lambda x,y:(sin(x+I*y)).imag_part(),(x,-3*pi,3*pi),(y,0,2),adaptive=True,color=cmsel)