.. 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_recmat2egg.py: ============================= Make egg out of recall matrix ============================= This example shows how to make an egg out of a precomputed recall matrix so that the analysis and plotting functions can be used. .. code-block:: python # Code source: Andrew Heusser # License: MIT # import import quail # create fake recall matrix recmat = [[[5,4,3,0,1], [3,1,2,0]]] # create egg egg = quail.recmat2egg(recmat, list_length=6) **Total running time of the script:** ( 0 minutes 0.000 seconds) .. _sphx_glr_download_auto_examples_recmat2egg.py: .. only :: html .. container:: sphx-glr-footer :class: sphx-glr-footer-example .. container:: sphx-glr-download :download:`Download Python source code: recmat2egg.py ` .. container:: sphx-glr-download :download:`Download Jupyter notebook: recmat2egg.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_