.. note:: :class: sphx-glr-download-link-note Click :ref:`here ` to download the full example code .. rst-class:: sphx-glr-example-title .. _sphx_glr_auto_examples_plot_spc.py: ============================= Plot serial position curve ============================= This example plots the probability of recall success as a function of serial position during stimulus encoding. .. image:: /auto_examples/images/sphx_glr_plot_spc_001.png :class: sphx-glr-single-img .. code-block:: python # Code source: Andrew Heusser # License: MIT # import import quail #load data egg = quail.load('example') # analyze and plot fegg = egg.analyze('spc', listgroup=['average']*8) fegg.plot(title='Serial Position Curve') **Total running time of the script:** ( 0 minutes 12.882 seconds) .. _sphx_glr_download_auto_examples_plot_spc.py: .. only :: html .. container:: sphx-glr-footer :class: sphx-glr-footer-example .. container:: sphx-glr-download :download:`Download Python source code: plot_spc.py ` .. container:: sphx-glr-download :download:`Download Jupyter notebook: plot_spc.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_