グラフを描く(plot)

%pylab
%matplotlib inline
x = linspace(-10., 10., 100)
plot(x, x**3)