Git Product home page Git Product logo

seaborn's Introduction

Seaborn: statistical data visualization

Seaborn is a library of high-level functions that facilitate making informative and attractive plots of statistical data using matplotlib. It also provides concise control over the aesthetics of the plots, improving on matplotlib's default look.

Documentation

Online documentation is available here.

Examples

There are a few tutorial notebooks that offer some thoughts on visualizing statistical data in a general sense and show how to do it using the tools that are provided in seaborn. They also serve as the primary test suite for the package. The notebooks are meant to be fairly, but not completely comprehensive; hopefully the docstrings for the specific functions will answer any additional questions.

Controlling figure aesthetics in seaborn

Plotting complex linear models

Visualizing distributions of data

Plotting statistical timeseries data

Dependencies

Installation

To install the released version, just do

pip install seaborn

However, I update the code pretty frequently, so you may want to clone the github repository and install with

python setup.py install

from within the source directory.

Testing

To test seaborn, run make test in the source directory. This will execute the example notebooks and compare the outputs of each cell to the data in the stored versions. There is also a (small) set of unit tests for the utility functions that can be tested separately with nosetests.

Development

https://github.com/mwaskom/seaborn

Please submit any bugs you encounter to the Github issue tracker.

Celebrity Endorsements

"Those are nice plots" -Hadley Wickham

seaborn's People

Contributors

mwaskom avatar tyarkoni avatar wintermind avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.