-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: plotting layout patch #34905
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
BUG: plotting layout patch #34905
Conversation
hmm can you show the before / after. also please add a whatsnew note in plotting / bug fixes / 1.1. |
kk great, pls add a whatsnew (e.g. when a user would care about this) and ping on green. |
doc/source/whatsnew/v1.1.0.rst
Outdated
@@ -1006,6 +1006,7 @@ Plotting | |||
- Bug in :meth:`DataFrame.hist` where the order of ``column`` argument was ignored (:issue:`29235`) | |||
- Bug in :meth:`DataFrame.plot.scatter` that when adding multiple plots with different ``cmap``, colorbars alway use the first ``cmap`` (:issue:`33389`) | |||
- Bug in :meth:`DataFrame.plot.scatter` was adding a colorbar to the plot even if the argument `c` was assigned to a column containing color names (:issue:`34316`) | |||
- Bug in :meth:`Series.bootstrap_plot` was cluttered axes and overlapping labels (:issue:`34905`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this reference doesn't exist, i think you need pandas.plotting.bootstrap_plot, ping when green.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should be solved now, could you please have a look?
thanks @lyashevska |
This fixes a layout problem.