AttributeError: 'AxesSubplot' object has no attribute 'set_axis_bgcolor'
See original GitHub issueRunning the latest version of this library on EMR using python 3.6.2. Getting the error
AttributeError: 'AxesSubplot' object has no attribute 'set_axis_bgcolor'
. Looks like the library 'matplotlib` had a breaking change as discussed here: https://github.com/scikit-learn/scikit-learn/issues/10762
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
'AxesSubplot' object has no attribute 'get_axis_bgcolor'
I am trying to run Basemap examples from here and I am facing an error 'AxesSubplot' object has no attribute ...
Read more >'AxesSubplot' object has no attribute 'set_axis_bgcolor' #10762
'AxesSubplot' object has no attribute 'set_axis_bgcolor' #10762 ... AttributeError when plotting the reassembly summary plots ...
Read more >matplotlib.axes.Axes.set_axis_bgcolor
Deprecated since version 2.0: The set_axis_bgcolor function was deprecated in version 2.0. Use set_facecolor instead. set the axes background color.
Read more >axes — Matplotlib 1.3.1 documentation
The Axes instance supports callbacks through a callbacks attribute which is a CallbackRegistry ... If the transform is not set, it will be...
Read more >Exercise: Working with External Libraries Daily - Kaggle
_subplots object: class AxesSubplot(SubplotBase, matplotlib.axes._axes. ... This may produce an arrow whose head is not square with its stem.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any PRs to address this issue? Not working in Azure Databricks with python 3.6
@julioasotodv Any chance v1.1.14 will be released soon (including the fix for this issue, hopefully)?