Skip to content

Commit cb8f45f

Browse files
committed
Write in 1.0.0 instead of 0.25.2
1 parent 7c0f095 commit cb8f45f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/source/whatsnew/v0.25.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ I/O
6969
Plotting
7070
^^^^^^^^
7171

72-
- Allow users to pass new backend options directly in :meth:`.plot` calls (:issue:`28619`).
72+
-
7373
-
7474
-
7575

doc/source/whatsnew/v1.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ Plotting
265265
- Bug where :meth:`DataFrame.boxplot` would not accept a `color` parameter like `DataFrame.plot.box` (:issue:`26214`)
266266
- Bug in the ``xticks`` argument being ignored for :meth:`DataFrame.plot.bar` (:issue:`14119`)
267267
- :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`)
268+
- :meth:`.plot` now allow a ``backend`` kwarg to allow changing between backends in one session (:issue:`28619`).
268269

269270
Groupby/resample/rolling
270271
^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)