Skip to content

Commit 0355c8a

Browse files
committed
DOC: Fix methode name in whatsnew
1 parent c1bce27 commit 0355c8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/whatsnew/v1.1.0.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -998,8 +998,7 @@ Plotting
998998
- Bug in :meth:`DataFrame.hist` where the order of ``column`` argument was ignored (:issue:`29235`)
999999
- Bug in :meth:`DataFrame.plot.scatter` that when adding multiple plots with different ``cmap``, colorbars alway use the first ``cmap`` (:issue:`33389`)
10001000
- Bug in :meth:`DataFrame.plot.scatter` was adding a colorbar to the plot even if the argument `c` was assigned to a column containing color names (:issue:`34316`)
1001-
- 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`)
1002-
- 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`)
1001+
- Bug in :meth:`DataFrame.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`)
10031002

10041003
Groupby/resample/rolling
10051004
^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)