Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: plot a subset of positions #52

Open
andrewheusser opened this issue Apr 28, 2017 · 1 comment
Open

feature request: plot a subset of positions #52

andrewheusser opened this issue Apr 28, 2017 · 1 comment

Comments

@andrewheusser
Copy link
Collaborator

For the accuracy analysis (maybe others?), it would be convenient to be able to group different positions. For example, if we wanted to plot 1 bar each accuracy for early, middle and late positions, you'd have to do an spc, and then manually select the positions. we could have a posgroup argument that allows you to run a separate analysis for multiple groups of positions. e.g.

quail.analyze(egg, analysis='accuracy', listgroup=['average']*16, posgroup=['start']*3+['middle']*10+['end']*3)

@andrewheusser
Copy link
Collaborator Author

truncate the presentation list, but keep the recalls list the same

@andrewheusser andrewheusser removed this from the 0.2.0 (Public Release) milestone Aug 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant