Popularity
46 Stars
Updated Last
4 Months Ago
Started In
December 2016

Seaborn

Build Status

A Julia wrapper around the Seaborn data visualization library:

Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics.

For a brief introduction to the ideas behind the library, you can read the introductory notes or the paper. Visit the installation page to see how you can download the package and get started with it. You can browse the example gallery to see some of the things that you can do with seaborn, and then check out the tutorial or API reference to find out how.

To see the code or report a bug, please visit the GitHub repository. General support questions are most at home on stackoverflow or discourse, which have dedicated channels for seaborn.

Gallery Gallery Gallery Gallery Gallery Gallery

Installation and usage

This Julia wrapper exposes all of the functions in the Seaborn API.

You need to have a Python distribution installed with the seaborn Python package. If you do not already have it, run pip install seaborn form the command line.

Used By Packages