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

yerr argument of bar doesn't work #1447

Closed
cpcloud opened this issue Nov 2, 2012 · 6 comments
Closed

yerr argument of bar doesn't work #1447

cpcloud opened this issue Nov 2, 2012 · 6 comments
Milestone

Comments

@cpcloud
Copy link

cpcloud commented Nov 2, 2012

The following code:

bar([0], [0.4], yerr=1)

generates the exception

AttributeError: incompatible shape for a non-contiguous array
@WeatherGod
Copy link
Member

If you are using a development version of NumPy, I would rollback to a released version. The current development branch has a bug that is being triggered by matplotlib.

@cpcloud
Copy link
Author

cpcloud commented Nov 2, 2012

OK. Thanks. Can you post a link to the NumPy bug?

@WeatherGod
Copy link
Member

numpy/numpy#2700

@WeatherGod
Copy link
Member

And the PR to address this is numpy/numpy#2702

@dmcdougall
Copy link
Member

@WeatherGod Can you confirm numpy/numpy#2702 resolves this? If so, I think this can be closed.

@WeatherGod
Copy link
Member

Yes, it appears to fix it for me

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