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

Two datapoints with errorbars #872

Closed
vascotenner opened this issue Sep 19, 2016 · 2 comments
Closed

Two datapoints with errorbars #872

vascotenner opened this issue Sep 19, 2016 · 2 comments
Labels
type: bug Something isn't correct or isn't working

Comments

@vascotenner
Copy link
Contributor

Two datapoints with errorbars does not plot with the mpl backend:

hv.ErrorBars(([0,1],[1,2],[0.1,0.2]))

Works

hv.ErrorBars(([0,1,1],[1,2,2],[0.1,0.2,0.2]))
@jlstevens
Copy link
Contributor

Definitely a bug. Thanks for reporting this!

@jlstevens jlstevens added the type: bug Something isn't correct or isn't working label Sep 19, 2016
@philippjfr
Copy link
Member

Fixed in PR referenced above. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't correct or isn't working
Projects
None yet
Development

No branches or pull requests

3 participants