Scatter plot video error? The sns graph with wrong labels?
in
The Complete Data Visualization Course with Python, R, Tableau, and Excel
/
Scatter Plot - Python - How to Create a Scatter Plot
Hi! I would like to ask whether the video about the scatter plot in Python is correct. I mean the seaborn graph looks like labels are wrong. Am I right?
Thank you
3 answers ( 0 marked as helpful)
Hi Klaudyna,
thanks for reaching out! Could you be more specific about what seems to be wrong with the seaborn graph labels?
Thanks in advance!
Best,
365 Eli
For me the graph is displayed correctly, you just need to have pandas up to date. For future versions, my post gives details of the changes to be made.
Yes, it looks like in Seaborn part Price is used for x-axis, and Area is used for y-axis, while naming stays Area for x and Price for y. So either labels or arguments need to be switched around.