Skip to content

Commit b00da07

Browse files
committed
DOC: Update whatsnew for 0.16.1 (pandas-dev#9671)
1 parent 94ec6c3 commit b00da07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v0.16.1.txt

+2
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,5 @@ Bug Fixes
8282
- Bug in ``Series.quantile`` on empty Series of type ``Datetime`` or ``Timedelta`` (:issue:`9675`)
8383
- Bug in ``where`` causing incorrect results when upcasting was required (:issue:`9731`)
8484
- Bug in ``FloatArrayFormatter`` where decision boundary for displaying "small" floats in decimal format is off by one order of magnitude for a given display.precision (:issue:`9764`)
85+
86+
- Fixed bug (:issue:`9671`) where ``DataFrame.plot()`` raised an error when both ``color`` and ``style`` keywords were passed and there was no color symbol in the style strings (this should be allowed).

0 commit comments

Comments
 (0)