Skip to content

Commit 1ffda9b

Browse files
committed
DOC: Add whatsnew entry for PR pandas-dev#28733
1 parent a994fe5 commit 1ffda9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.0.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1202,6 +1202,7 @@ Plotting
12021202
- Bug in color validation incorrectly raising for non-color styles (:issue:`29122`).
12031203
- Allow :meth:`DataFrame.plot.scatter` to plot ``objects`` and ``datetime`` type data (:issue:`18755`, :issue:`30391`)
12041204
- Bug in :meth:`DataFrame.hist`, ``xrot=0`` does not work with ``by`` and subplots (:issue:`30288`).
1205+
- 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`)
12051206

12061207
Groupby/resample/rolling
12071208
^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)