ContextLab/quail

update code examples

andrewheusser opened this issue · 0 comments

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?