This document provides summaries of various data visualization techniques in Python including:
Seaborn is a Python library for statistical graphics and is built on matplotlib. It supports NumPy and Pandas data structures.
FacetGrid allows plotting multiple axes showing the same relationship conditioned on different levels of variables from a Pandas DataFrame. It can condition on up to three variables.
Kdeplot fits and plots univariate or bivariate kernel density estimates and allows customizing colors, shading, and adding a colorbar.
Jointplot provides a wrapper for the JointGrid class to create scatter plots, regression plots, residual plots, and histograms of two variables jointly.
Heatmap plots a hierarchically clustered heatmap of a matrix dataset