
seaborn: statistical data visualization — seaborn 0.13.2 …
Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics.
An introduction to seaborn — seaborn 0.13.2 documentation
An introduction to seaborn # Seaborn is a library for making statistical graphics in Python. It builds on top of matplotlib and integrates closely with pandas data structures. Seaborn helps you …
User guide and tutorial — seaborn 0.13.2 documentation
User guide and tutorial # An introduction to seaborn A high-level API for statistical graphics Multivariate views on complex datasets Opinionated defaults and flexible customization
Installing and getting started — seaborn 0.13.2 documentation
The seaborn codebase is pure Python, and the library should generally install without issue. Occasionally, difficulties will arise because the dependencies include compiled code and link …
Overview of seaborn plotting functions — seaborn 0.13.2 …
Most of your interactions with seaborn will happen through a set of plotting functions. Later chapters in the tutorial will explore the specific features offered by each function.
API reference — seaborn 0.13.2 documentation
API reference # Objects interface # Plot object #Mark objects # Dot marks
seaborn.lineplot — seaborn 0.13.2 documentation
seaborn.lineplot(data=None, *, x=None, y=None, hue=None, size=None, style=None, units=None, weights=None, palette=None, hue_order=None, hue_norm=None, sizes=None, …
seaborn.heatmap — seaborn 0.13.2 documentation
seaborn.heatmap # seaborn.heatmap(data, *, vmin=None, vmax=None, cmap=None, center=None, robust=False, annot=None, fmt='.2g', annot_kws=None, linewidths=0, …
seaborn.pairplot — seaborn 0.13.2 documentation
seaborn.pairplot # seaborn.pairplot(data, *, hue=None, hue_order=None, palette=None, vars=None, x_vars=None, y_vars=None, kind='scatter', diag_kind='auto', markers=None, …
seaborn.kdeplot — seaborn 0.13.2 documentation
seaborn.kdeplot(data=None, *, x=None, y=None, hue=None, weights=None, palette=None, hue_order=None, hue_norm=None, color=None, fill=None, multiple='layer', …