Skip to content

Commit 23635d4

Browse files
committed
DOC: Move to whatsnew v1.2.9
1 parent 1e39ad9 commit 23635d4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/source/whatsnew/v1.1.0.rst

-1
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,6 @@ Plotting
11071107
- 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`)
11081108
- Bug in :meth:`pandas.plotting.bootstrap_plot` was causing cluttered axes and overlapping labels (:issue:`34905`)
11091109
- Bug in :meth:`DataFrame.plot.scatter` caused an error when plotting variable marker sizes (:issue:`32904`)
1110-
- 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`)
11111110

11121111
Groupby/resample/rolling
11131112
^^^^^^^^^^^^^^^^^^^^^^^^

doc/source/whatsnew/v1.2.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ Plotting
302302
^^^^^^^^
303303

304304
- Bug in :meth:`DataFrame.plot` where a marker letter in the ``style`` keyword sometimes causes a ``ValueError`` (:issue:`21003`)
305+
- Bug in :func:`DataFrame.plot.bar` and :func:`Series.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`)
305306

306307
Groupby/resample/rolling
307308
^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)