Skip to content

Commit 6c64cc1

Browse files
committed
DOC: Improve whatsnew message
1 parent 02a52a6 commit 6c64cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.1.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ Plotting
345345
- :func:`.plot` for line/bar now accepts color by dictonary (:issue:`8193`).
346346
-
347347
- Bug in :meth:`DataFrame.boxplot` and :meth:`DataFrame.plot.boxplot` lost color attributes of ``medianprops``, ``whiskerprops``, ``capprops`` and ``medianprops`` (:issue:`30346`)
348-
- Bug in BarPlot. Tick position where assigned by value order instead of using the value for numeric, or a smart order for sting. (:issue:`26186` and issue:`11465`)
348+
- Bug in :func:`plot.bar`. Ticks position were assigned by value order instead of using the actual value for numeric, or a smart ordering for string. (:issue:`26186` and :issue:`11465`)
349349

350350

351351
Groupby/resample/rolling

0 commit comments

Comments
 (0)