Skip to content

Commit

Permalink
ENH: Allow plotting backend to be an option (pandas-dev#28622)
Browse files Browse the repository at this point in the history
* Allow backend to be an option
  • Loading branch information
jsignell authored and TomAugspurger committed Nov 5, 2019
1 parent 0b12266 commit d31e94b
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 169 deletions.
1 change: 1 addition & 0 deletions doc/source/whatsnew/v1.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ Plotting
- Bug where :meth:`DataFrame.boxplot` would not accept a `color` parameter like `DataFrame.plot.box` (:issue:`26214`)
- Bug in the ``xticks`` argument being ignored for :meth:`DataFrame.plot.bar` (:issue:`14119`)
- :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`)
- :meth:`DataFrame.plot` now allow a ``backend`` keyword arugment to allow changing between backends in one session (:issue:`28619`).

Groupby/resample/rolling
^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
Loading

0 comments on commit d31e94b

Please sign in to comment.