-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ubuntu 13.10 with mpl : test_hist_df* TypeError: barh() got multiple values for keyword argument 'bottom' #8648
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'm not sure what the official word is on what versions of matplotlib pandas tries to support, but v1.2.1 is getting pretty old by now. I would try installing a more recent version through pip, e.g.: sudo apt-get build-dep python-matplotlib
sudo pip install matplotlib |
@onesandzeroes this just needs a skip test for this function (for matplotlib < 1.3) want to do a PR? we test with 1.3.1 on the 2.7_LOCALE build, so this is not picked up. |
just tested build of v0.15.1-108-ge9ee47c ad it seems to be still there
that was in ubuntu 13.10 |
could be, we don't test on that old matplotlib. (only 1.3) but running a branch to do exactly that. I'll create another issue if it shows up. thxs @TomAugspurger do we have a minimum supported matplotlib? (e.g. 1.2.1)? or is it >= 1.3? |
see #8947 (closing shortly with a PR anyhow) |
1.3 is only one year and some months old, so I would tend to say we should still support lower version (but then also test with that of course) |
ok, maybe we should mention that 1.2.1 is minimum (we are now passing with that version), wasn't tested before |
0.15.0
The text was updated successfully, but these errors were encountered: