Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 18673

kdeplot() got multiple values for argument 'data'

$
0
0

help me to solve this problem

sns.kdeplot('Age', data=data, ax=ax1, shade=True, color='grey', alpha=1)ax1.set_xlabel('Age', {'fontsize':16,'fontweight':'bold', 'color':'black'})

error message

TypeError                                 Traceback (most recent call last)<ipython-input-33-db0457e96e67> in <cell line: 25>()     23      24 #-------Ax 1---------------------------------------------------> 25 sns.kdeplot('Age', data=data, ax=ax1, shade=True, color='grey', alpha=1)     26 ax1.set_xlabel('Age', {'fontsize':16,'fontweight':'bold', 'color':'black'})     27 TypeError: kdeplot() got multiple values for argument 'data'

i've read the same problem, but i don't know in my code doesn't works


Viewing all articles
Browse latest Browse all 18673

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>