I am having trouble switching from ggplot2 into seaborn. Currently using Anaconda v. 4.5.8 and Python 3.6.3
Any graph I use cannot be found. For example I can tak
You have found that example on the newest version of the seaborn module, which is 0.9. From the "What’s new in each version" section:
New relational plots
Three completely new plotting functions have been added: relplot(), scatterplot(), and lineplot()
So, you need to update your seaborn to the latest version to use these plotting functions.