-
Notifications
You must be signed in to change notification settings - Fork 89
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
Warning on strides(a::AbstractArray)
when plotting array reshaped from stridden subvector
#391
Comments
I got it while trying to do a spy plot on a sparse matrix:
|
Closed by JuliaPy/PyCall.jl#653 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get a warning when using
pcolor
on a matrix generated byreshape
on a stridden subvector. For example,produces the following warning:
If a matrix itself is stridden (instead of a vector being stridden and reshaped into a matrix), then the warning does not occur.
Here is the version information:
The text was updated successfully, but these errors were encountered: