Skip to content

ENH: Allow plotting backend to be an option #28622

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Nov 5, 2019
Prev Previous commit
Next Next commit
Write in 1.0.0 instead of 0.25.2
  • Loading branch information
jsignell committed Oct 28, 2019
commit 9041fb13c30a4b4386f9835dbe66e0986d6b5a00
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v1.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,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`)
- Allow users to pass new backend options directly in :meth:`.plot` calls (:issue:`28619`).
- :meth:`.plot` now allows a ``backend`` kwarg to allow changing between backends in one session (:issue:`28619`).

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