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

feature request: condition kwarg for plot #33

Closed andrewheusser closed 7 years ago

andrewheusser commented 7 years ago

it would be nice to have an easy way to plot a subset of conditions, for example:

quail.plot(analyzed_egg, conditions=['forward','backward']) #dont plot random condition

andrewheusser commented 7 years ago

this is implemented as listconds and subjconds on c7b8685