#%config InlineBackend.figure_format = 'svg'
plot(rand(30)) plot(rand(20)) grid()
t=linspace(0,1,100) u=sin(2*pi*1*t)
plot(t,u) grid(1)