seaborn

Notes

Built upon Matplotlib, and so it is designed to work well with Pandas dataframe objects.

Color Maps

The color scheme can be updated with the cmap arg. Available color schemes can be selected from the available options under matplotlib's colormap, as noted in the following link resource:

Documentation

The gallery (Example) section of the website includes many examples of graphs and relevant code to generate them.

The API references annotates the various plot types available.