from sympy import * %matplotlib inline var('x y') plotting.plot3d((exp(-(x**2+y**2))),(x,-3,3),(y,-3,3))
<sympy.plotting.plot.Plot at 0x209d790>