ContextLab / quail

A python toolbox for analyzing and plotting free recall data
http://cdl-quail.readthedocs.io/en/latest/
MIT License
20 stars 10 forks source link

update code examples #107

Open andrewheusser opened 5 years ago

andrewheusser commented 5 years ago

the code examples need to be updated to consistently use the new API. In general, the examples should be of the form:

egg = Egg(<add args here>)
res = egg.analyze('analysis', <other args>)
res.plot(<add args here>)

@paxtonfitzpatrick can you take the lead on this?