spark-df-profiling icon indicating copy to clipboard operation
spark-df-profiling copied to clipboard

'AxesSubplot' object has no attribute 'set_axis_bgcolor'

Open luisgustavob78 opened this issue 5 years ago • 7 comments

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

luisgustavob78 avatar Feb 08 '20 16:02 luisgustavob78

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

victor-kironde avatar Mar 23 '20 15:03 victor-kironde

Same issue here.

istvanszabo92 avatar Mar 26 '20 17:03 istvanszabo92

@istvanszabo92 try reinstalling with pip

victor-kironde avatar Mar 27 '20 09:03 victor-kironde

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

dmoore247 avatar Apr 19 '20 20:04 dmoore247

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.

CarlaFernandez avatar Jun 22 '20 13:06 CarlaFernandez

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")

`

sshamid avatar Sep 02 '20 18:09 sshamid

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

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

patrickcomerford avatar Feb 05 '21 12:02 patrickcomerford