-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
pcolor does not handle non-array C data #5205
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
Comments
Problem is in lib/matplotlib/axes/_axes.py:4969 in _pcolorargs(). It
Should be pretty straight-forward to just slap on a On Wed, Oct 7, 2015 at 2:26 PM, Thomas A Caswell [email protected]
|
We might need to do something similar for X and Y, but I know that might On Wed, Oct 7, 2015 at 2:35 PM, Benjamin Root [email protected] wrote:
|
I made a stand-in for |
I don't see why one should expect the above to work. Pcolor and I would close this as not a bug.
|
@efiring, it is a list of 1-D numpy arrays. Applying asanyarray() would On Wed, Oct 7, 2015 at 2:50 PM, Eric Firing [email protected]
|
Fixed by #5206, I think. |
reported via VisTrails/VisTrails#1132
may be a regression from 1.3 series, reported against 1.4.3, verified against master. Not sure what last version it work on was.
The text was updated successfully, but these errors were encountered: