In [1]:
%matplotlib inline
In [8]:
from common import simulation as sim
from common import plotthis as plot
In [9]:
sim(1,0)
Out[9]:
In [10]:
sim(2,0)
Out[10]:
In [11]:
plot()
In [ ]: