Skip to content

Commit 8cfed01

Browse files
committed
DOC Move to whatsnew v1.1
1 parent 9418c6e commit 8cfed01

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/source/whatsnew/v1.0.0.rst

-1
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,6 @@ 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`)
12061205

12071206
Groupby/resample/rolling
12081207
^^^^^^^^^^^^^^^^^^^^^^^^

doc/source/whatsnew/v1.1.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ Plotting
205205
- :func:`.plot` for line/bar now accepts color by dictonary (:issue:`8193`).
206206
-
207207
- Bug in :meth:`DataFrame.boxplot` and :meth:`DataFrame.plot.boxplot` lost color attributes of ``medianprops``, ``whiskerprops``, ``capprops`` and ``medianprops`` (:issue:`30346`)
208+
- 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`)
208209

209210

210211
Groupby/resample/rolling

0 commit comments

Comments
 (0)