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

Table to errorbars #265

Closed
vascotenner opened this issue Sep 10, 2015 · 1 comment
Closed

Table to errorbars #265

vascotenner opened this issue Sep 10, 2015 · 1 comment
Milestone

Comments

@vascotenner
Copy link
Contributor

I like to create an errorbarplot from a table, this is closely related to #103 .

table.to.errobars(x,y,yerr)
@philippjfr philippjfr added this to the v1.4.0 milestone Sep 21, 2015
@philippjfr philippjfr mentioned this issue Nov 10, 2015
42 tasks
@philippjfr
Copy link
Member

This has now been added along with a spreadfn argument to reduce/collapse/aggregate methods. You can see an example of the usage here #103 (comment). If you have a Table containing an column corresponding to the error you can call table.to.errorbars(['x'], ['y', 'yerr']). I'll also be adding a new Tutorial with some examples of this.

Closing this issue now.

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

2 participants