Skip to content

Commit 9041fb1

Browse files
committed
Write in 1.0.0 instead of 0.25.2
1 parent eda5bbb commit 9041fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.0.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ Plotting
398398
- Bug where :meth:`DataFrame.boxplot` would not accept a `color` parameter like `DataFrame.plot.box` (:issue:`26214`)
399399
- Bug in the ``xticks`` argument being ignored for :meth:`DataFrame.plot.bar` (:issue:`14119`)
400400
- :func:`set_option` now validates that the plot backend provided to ``'plotting.backend'`` implements the backend when the option is set, rather than when a plot is created (:issue:`28163`)
401-
- Allow users to pass new backend options directly in :meth:`.plot` calls (:issue:`28619`).
401+
- :meth:`.plot` now allows a ``backend`` kwarg to allow changing between backends in one session (:issue:`28619`).
402402

403403
Groupby/resample/rolling
404404
^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)