This section will introduce some of the most common plotting routines that are used by analysts in the data mining field. These are the plot types that I see projected on screens in conference rooms on a daily basis at my workplace. The routines in Seaborn all follow similar arguments, conventions, and usage, so after reading through the examples in this section, you should easily be able to build any plot that Seaborn has to offer with ease.
I recommend that you take a look at the example gallery on Seaborn's website. It's a good way to find the plot that you're looking for. The front page includes fully-rendered versions of each plot type and it is available at https://seaborn.pydata.org/examples/index.html.