-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
plt.plot() does not support structured arrays as data= kwarg #8818
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
Milestone
Comments
zhangeugenia
added a commit
to zhangeugenia/matplotlib
that referenced
this issue
Mar 16, 2018
zhangeugenia
added a commit
to zhangeugenia/matplotlib
that referenced
this issue
Mar 16, 2018
zhangeugenia
added a commit
to zhangeugenia/matplotlib
that referenced
this issue
Mar 16, 2018
zhangeugenia
added a commit
to zhangeugenia/matplotlib
that referenced
this issue
Mar 22, 2018
zhangeugenia
added a commit
to zhangeugenia/matplotlib
that referenced
this issue
Mar 22, 2018
zhangeugenia
added a commit
to zhangeugenia/matplotlib
that referenced
this issue
Mar 22, 2018
zhangeugenia
added a commit
to zhangeugenia/matplotlib
that referenced
this issue
Mar 22, 2018
zhangeugenia
added a commit
to zhangeugenia/matplotlib
that referenced
this issue
Mar 22, 2018
zhangeugenia
added a commit
to zhangeugenia/matplotlib
that referenced
this issue
Mar 22, 2018
zhangeugenia
added a commit
to zhangeugenia/matplotlib
that referenced
this issue
Mar 22, 2018
zhangeugenia
added a commit
to zhangeugenia/matplotlib
that referenced
this issue
Mar 22, 2018
This should probably be closed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of 2.0.2 and master:
Passing a dict instead works -- there is no ambiguity as to whether "EFGH" should be interpreted as a color spec or a data key.
Other functions (e.g. plt.scatter) have no problem accepting structured arrays as the data= kwarg.
The text was updated successfully, but these errors were encountered: