julioasotodv / spark-df-profiling

Create HTML profiling reports from Apache Spark DataFrames
MIT License
195 stars 77 forks source link

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

Open luisgustavob78 opened 4 years ago

luisgustavob78 commented 4 years ago

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 commented 4 years ago

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

istvanszabo92 commented 4 years ago

Same issue here.

victor-kironde commented 4 years ago

@istvanszabo92 try reinstalling with pip

dmoore247 commented 4 years ago

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

CarlaFernandez commented 4 years ago

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 commented 4 years ago

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 commented 3 years ago

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

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