Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
scatter_matrix `color` vs `c` #14855
Comments
|
Yes, this can indeed be solved on the pandas side as @goyodiaz indicated. We can just check for the user passing |
jorisvandenbossche
added this to the
Next Major Release
milestone
Dec 11, 2016
alexandercbooth
added a commit
to alexandercbooth/pandas
that referenced
this issue
Dec 13, 2016
|
|
alexandercbooth |
92f78b7
|
alexandercbooth
referenced
this issue
Dec 13, 2016
Closed
BUG: addresses #14855 by fixing color kwarg conflict #14871
alexandercbooth
added a commit
to alexandercbooth/pandas
that referenced
this issue
Dec 16, 2016
|
|
alexandercbooth |
c804a3a
|
jreback
modified the milestone: 0.20.0, Next Major Release
Jan 21, 2017
alexandercbooth
added a commit
to alexandercbooth/pandas
that referenced
this issue
Jan 24, 2017
|
|
alexandercbooth |
f3764db
|
jreback
modified the milestone: 0.20.0, Next Major Release
Mar 23, 2017
alexandercbooth
added a commit
to alexandercbooth/pandas
that referenced
this issue
Mar 23, 2017
|
|
alexandercbooth |
8ff5f51
|
jreback
modified the milestone: 0.20.0, Next Major Release
Mar 23, 2017
TomAugspurger
closed this
in ba30e3a
Apr 5, 2017
linebp
added a commit
to linebp/pandas
that referenced
this issue
Apr 17, 2017
|
|
alexandercbooth + linebp |
20b8e42
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
smartinsightsfromdata commentedDec 11, 2016
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:
.