You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To help us understand and resolve your issue please check that you have provided
the information that corresponds to the type of issue that you are submitting. You can feel free to delete the sections that do not apply to your issue.
###Bug report
Bug summary
The method patch.set_offsets() fails quietly if passed a transposed array compared to what it expects.
To help us understand and resolve your issue please check that you have provided
the information that corresponds to the type of issue that you are submitting. You can feel free to delete the sections that do not apply to your issue.
###Bug report
Bug summary
The method patch.set_offsets() fails quietly if passed a transposed array compared to what it expects.
Code for reproduction
Actual outcome
A figure with 5 scattered points at the origin and 5 scattered in the box [0,1]x[0,1]
Expected outcome
I expect this to fail, the array U should be Nx2, rather than 2xN
Matplotlib version
Python 2.7.11 |Anaconda 2.4.1 (x86_64)| (default, Dec 6 2015, 18:57:58) (MacOSX)
Matplotlib version: 1.5.1
The text was updated successfully, but these errors were encountered: