Skip to content

Commit c3074e5

Browse files
Update doc/source/whatsnew/v1.0.0.rst
Co-Authored-By: Tom Augspurger <[email protected]>
1 parent cb8f45f commit c3074e5

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
@@ -265,7 +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`).
268+
- :meth:`DataFrame.plot` now allow a ``backend`` keyword arugment to allow changing between backends in one session (:issue:`28619`).
269269

270270
Groupby/resample/rolling
271271
^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)