Failing tests due to change in matplotlib behaviour in 3.1.0 #26582
Labels
CI
Continuous Integration
Duplicate Report
Duplicate issue or pull request
Testing
pandas testing functions or related to the test suite
Visualization
plotting
The allowed failures on Travis is currently failing on TestDataFramePlots.test_subplots
the matplotlib version used has changed today from 3.0.3 to 3.1.0
Code Sample, a copy-pastable example if possible
Problem description
3.1.0
<a list of 2 Text xticklabel objects>
True
True
Expected Output
3.0.3
<a list of 7 Text xticklabel objects>
False
False
False
False
False
False
False
Output of
pd.show_versions()
[paste the output of
pd.show_versions()
here below this line]The text was updated successfully, but these errors were encountered: