question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AttributeError: 'AxesSubplot' object has no attribute 'set_axis_bgcolor'

See original GitHub issue

Running 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:open
  • Created 5 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

10reactions
tgoldenbergcommented, Jul 12, 2019

Any PRs to address this issue? Not working in Azure Databricks with python 3.6

8reactions
jeffkpaynecommented, Dec 3, 2018

@julioasotodv Any chance v1.1.14 will be released soon (including the fix for this issue, hopefully)?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found