Skip to content
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

'AxesSubplot' object has no attribute 'set_axis_bgcolor' #38

Open
luisgustavob78 opened this issue Feb 8, 2020 · 7 comments
Open

'AxesSubplot' object has no attribute 'set_axis_bgcolor' #38

luisgustavob78 opened this issue Feb 8, 2020 · 7 comments

Comments

@luisgustavob78
Copy link

I am not getting to run spark_df_profiling because 'set_axis_bgcolor' was replaced by set_facecolor. How can i repair that?

@victor-kironde
Copy link

victor-kironde commented Mar 23, 2020

Same issue, Looks like it was already solved!
@julioasotodv

@istvanszabo92
Copy link

Same issue here.

@victor-kironde
Copy link

@istvanszabo92 try reinstalling with pip

@dmoore247
Copy link

@istvanszabo92 set_axis_bgcolor was deprecated in matplotlib 2.x version.

@CarlaFernandez
Copy link

Hi, I've just installed spark-df-profiling==1.1.13 (latest version) using pip, and this error remains.
@julioasotodv Any chance we can move this so it gets fixed? This library is very promising but right now it's unusable.
Muchas gracias.

@sshamid
Copy link

sshamid commented Sep 2, 2020

I'm seeing the same. After installing the latest version (1.1.13), I get the old source code in base.py (line 164)

    plot.set_axis_bgcolor("w")

`

@patrickcomerford
Copy link

same issues here, using spark-df-profiling 1.1.13 and matplotlib 3.0.3

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants