Skip to content

Commit d31e94b

Browse files
jsignellTomAugspurger
authored andcommitted
ENH: Allow plotting backend to be an option (#28622)
* Allow backend to be an option
1 parent 0b12266 commit d31e94b

File tree

3 files changed

+232
-169
lines changed

3 files changed

+232
-169
lines changed

doc/source/whatsnew/v1.0.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ Plotting
409409
- Bug where :meth:`DataFrame.boxplot` would not accept a `color` parameter like `DataFrame.plot.box` (:issue:`26214`)
410410
- Bug in the ``xticks`` argument being ignored for :meth:`DataFrame.plot.bar` (:issue:`14119`)
411411
- :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`)
412+
- :meth:`DataFrame.plot` now allow a ``backend`` keyword arugment to allow changing between backends in one session (:issue:`28619`).
412413

413414
Groupby/resample/rolling
414415
^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)