Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+12 votes

I'm getting an error when I try to execute cells that include the catplot function. The error is saying that there is not catplot attribute in the seaborn module. Did anyone else have this issue?

asked in DATA360_Spring2019 by (1 point)

1 Answer

+6 votes

I think you may have to update your seaborn to the latest version.
In the Anaconda Prompt, try typing:
conda install seaborn
It will automatically update your seaborn and then you can try to re-execute the catplot function.

answered by (1 point)
+5

Note: I updated seaborn to the latest version on most of the Olin 204 lab computers, but I guess I might have missed one or two computers.

+4

I was getting this error on my laptop not a lab computer. I haven't tried it on the lab computers. Sorry for the confusion

...