First time here? Check out the FAQ!
answered 2013-02-24 06:59:51 +0100
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)