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

split=True doesn't work for accuracy with multiple listgroups #49

Closed andrewheusser closed 7 years ago

andrewheusser commented 7 years ago

example:

#analysis
analyzed_data = quail.analyze(egg, analysis='accuracy', listgroup=['condition1']*8+['condition2']*8)

#plot by list
quail.plot(analyzed_data, plot_style='violin', title='Average Recall Accuracy', split=True) # <- doesn't work
andrewheusser commented 7 years ago

turns out that this is not an issue with quail, but something that seaborn doesn't support currently, closing..