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