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: row populated with standard deviations for fried egg object #97

Open
ryankirkpatrick57 opened this issue Feb 28, 2018 · 5 comments

Comments

@ryankirkpatrick57
Copy link

For people who want to make their own error bars, in each column of the fried egg object below the mean, it would be helpful to also have the standard deviation.

@jeremymanning
Copy link
Member

Hi @ryankirkpatrick57, thanks for the request! Is this something you’d be interested in helping out with?

@ryankirkpatrick57
Copy link
Author

I would not be interested in helping out with this. I thought it would just be nice to have this idea on your radar as you look to improve quail. I have been using quail in jupyter notebook, so my inelegant workaround has been to calculate the standard deviation in the relevant analysis helper function, print those values to the standard output, and then can copy and paste the values into the relevant notebook cell.

@jeremymanning
Copy link
Member

ok-- thanks for the information and we'll keep this in mind as we continue to develop quail.

@andrewheusser
Copy link
Collaborator

hey @ryankirkpatrick57, quail wraps seaborn for creating plots, and seaborn allows you to plot error bars in sd units by passing ci='sd'. e.g.:

quail.plot(analyzed_data, ci='sd')

@ryankirkpatrick57
Copy link
Author

Ah, yes. That is also a nice workaround. Thank you for letting me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants