-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Plotting fails when using subplot grid + manual axis #11556
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
Comments
I think this is a duplicate of #11520 (or at least related to), i.e. we assume in the code that the |
In this case the fig, ax = plt.subplots()
# fig.add_axes([0.2, 0.2, 0.2, 0.2])
pd.Series(np.random.rand(100)).plot(ax=ax) then there is no error. |
Ah, yes, I missed the fact that it was not the But in any case, the underlying issue is still the same, that in |
@sinhrks @TomAugspurger @JanSchulz (you did quite a lot of work on this in #9740) Maybe the easiest fix for this problem and of #11520 is that we only apply all the specific handling in |
closed by #11561 |
The following code raises an error (tested on pandas 0.17.0, matplotlib 1.4.3, and Python 3.4.2)
The text was updated successfully, but these errors were encountered: