In [22]:
from sympy import *
%matplotlib inline
var('x')
plot(sin(x),(x,0, 2*pi))
Out[22]:
<sympy.plotting.plot.Plot at 0x3c0e6d0>