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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.16.1.txt
+9
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,10 @@ API changes
164
164
165
165
- By default, ``read_csv`` and ``read_table`` will now try to infer the compression type based on the file extension. Set ``compression=None`` to restore the previous behavior (no decompression). (:issue:`9770`)
166
166
167
+
168
+
- Line and kde plot with ``subplots=True`` now uses default colors, not all black. Specify ``color='k'`` to draw all lines in black (:issue:`9894`)
169
+
170
+
167
171
.. _whatsnew_0161.performance:
168
172
169
173
Performance Improvements
@@ -213,6 +217,11 @@ Bug Fixes
213
217
- Bug in which ``SparseDataFrame`` could not take `nan` as a column name (:issue:`8822`)
214
218
- Bug in ``to_msgpack`` and ``read_msgpack`` zlib and blosc compression support (:issue:`9783`)
215
219
220
+
221
+
222
+
- Bug in line and kde plot cannot accept multiple colors when ``subplots=True`` (:issue:`9894`)
223
+
224
+
216
225
- Bug ``GroupBy.size`` doesn't attach index name properly if grouped by ``TimeGrouper`` (:issue:`9925`)
217
226
- Bug causing an exception in slice assignments because ``length_of_indexer`` returns wrong results (:issue:`9995`)
218
227
- Bug in csv parser causing lines with initial whitespace plus one non-space character to be skipped. (:issue:`9710`)
0 commit comments