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