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
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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.19.2.txt
+3
Original file line number
Diff line number
Diff line change
@@ -80,3 +80,6 @@ Bug Fixes
80
80
- Explicit check in ``to_stata`` and ``StataWriter`` for out-of-range values when writing doubles (:issue:`14618`)
81
81
- Bug in ``.plot(kind='kde')`` which did not drop missing values to generate the KDE Plot, instead generating an empty plot. (:issue:`14821`)
82
82
- Bug in ``unstack()`` if called with a list of column(s) as an argument, regardless of the dtypes of all columns, they get coerced to ``object`` (:issue:`11847`)
83
+
84
+
- Bug in ``pd.scatter_matrix()`` could accept either ``color`` or ``c``, but
0 commit comments