Analysis of Results


In [1]:
%matplotlib inline

In [2]:
from gvas.results import Results

Random Walks Analysis


In [3]:
with open('../fixtures/walks.json', 'r') as f:
    results = Results.load(f)

results.plot()


/Users/benjamin/Repos/umd/actors-simulation/venv/lib/python2.7/site-packages/matplotlib/__init__.py:872: UserWarning: axes.color_cycle is deprecated and replaced with axes.prop_cycle; please use the latter.
  warnings.warn(self.msg_depr % (key, alt_key))
/Users/benjamin/Repos/umd/actors-simulation/venv/lib/python2.7/site-packages/matplotlib/__init__.py:892: UserWarning: axes.color_cycle is deprecated and replaced with axes.prop_cycle; please use the latter.
  warnings.warn(self.msg_depr % (key, alt_key))
Out[3]:
<matplotlib.axes._subplots.AxesSubplot at 0x10e097a90>