-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
scatter_matrix color
vs c
#14855
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
Labels
Milestone
Comments
Yes, this can indeed be solved on the pandas side as @goyodiaz indicated. We can just check for the user passing |
alexandercbooth
added a commit
to alexandercbooth/pandas
that referenced
this issue
Dec 13, 2016
3 tasks
alexandercbooth
added a commit
to alexandercbooth/pandas
that referenced
this issue
Dec 16, 2016
alexandercbooth
added a commit
to alexandercbooth/pandas
that referenced
this issue
Jan 24, 2017
DOC: add whats new entry for addressing pandas-dev#14855 TEST: add test for adding color kwarg to scatter_matrix BUG: add comment that addresses the issue BUG: set default edgecolor to none and fix facecolor TST: add facecolor test BUG: remove new changes and old bug fix
alexandercbooth
added a commit
to alexandercbooth/pandas
that referenced
this issue
Mar 23, 2017
DOC: add whats new entry for addressing pandas-dev#14855 TEST: add test for adding color kwarg to scatter_matrix BUG: add comment that addresses the issue BUG: set default edgecolor to none and fix facecolor TST: add facecolor test BUG: remove new changes and old bug fix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I reported the issue below to matplotlib here, but they have requested to report it here as it appears (to the matplotlib folks) related to pandas.
The following code gives error, but works replacing
color=
withc=
I suspect is either a bug, or some piece of documentation missing?
(matplotlib folks think it is a pandas / scatter_matrix bug - see below)
I'm using:
matplotlib 1.5.3
pandas 0.19.1
python 3.5
This is a sample code:
This is the error trace:
According to @goyodiaz:
.
The text was updated successfully, but these errors were encountered: