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

Plot handling lists of kwargs #50

Open andrewheusser opened 7 years ago

andrewheusser commented 7 years ago

Plot can currently handle lists of analyzed data:

quail.plot([spc_data, pfr_data,...])

It could be convenient to also allow for lists of kwargs:

quail.plot([spc_data, pfr_data], title=['SPC','PFR'])