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
@@ -207,6 +207,10 @@ API changes
207
207
208
208
- 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`)
209
209
210
+
211
+
- 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`)
212
+
213
+
210
214
.. _whatsnew_0161.performance:
211
215
212
216
Performance Improvements
@@ -256,6 +260,11 @@ Bug Fixes
256
260
- Bug in which ``SparseDataFrame`` could not take `nan` as a column name (:issue:`8822`)
257
261
- Bug in ``to_msgpack`` and ``read_msgpack`` zlib and blosc compression support (:issue:`9783`)
258
262
263
+
264
+
265
+
- Bug in line and kde plot cannot accept multiple colors when ``subplots=True`` (:issue:`9894`)
266
+
267
+
259
268
- Bug ``GroupBy.size`` doesn't attach index name properly if grouped by ``TimeGrouper`` (:issue:`9925`)
260
269
- Bug causing an exception in slice assignments because ``length_of_indexer`` returns wrong results (:issue:`9995`)
261
270
- Bug in csv parser causing lines with initial whitespace plus one non-space character to be skipped. (:issue:`9710`)
0 commit comments