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

Bugfix in mlab for strided views of np.arrays [backport to 1.4.x] #3467

Merged
merged 1 commit into from Sep 6, 2014

Conversation

cimarronm
Copy link
Contributor

Fixes a bug in mlab functions which are incorrectly using itemsize property (only valid if the array is a view of a 1D array in memory) instead of the actual strides property.

…ze property (only valid if the array is a view of a 1D array in memory) instead of the actual strides property
@tacaswell tacaswell changed the title Bugfix in mlab for strided views of np.arrays Bugfix in mlab for strided views of np.arrays [backport to 1.4.x] Sep 4, 2014
@tacaswell tacaswell added this to the v1.4.1 milestone Sep 4, 2014
tacaswell added a commit that referenced this pull request Sep 6, 2014
BUG : Bugfix in mlab for strided views of np.arrays
@tacaswell tacaswell merged commit 4d372d2 into matplotlib:master Sep 6, 2014
tacaswell added a commit that referenced this pull request Sep 6, 2014
BUG : Bugfix in mlab for strided views of np.arrays
@tacaswell
Copy link
Member

cherry-picked to 1.4.x as cd38445

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

Successfully merging this pull request may close these issues.

None yet

2 participants