In [ ]:
%matplotlib inline
In [ ]:
# Code source: Andrew Heusser
# License: MIT
# import
import quail
#load data
egg = quail.load_example_data()
# analyze and plot
egg.analyze('spc', listgroup=['average']*8).plot(title='Serial Position Curve')