Skip to content

python2014/seaborn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scientific Plotting Utilities

Seaborn is a library of high-level functions that facilitate making informative and attractive plots of statistical data (with some emphasis on neuroimaging applications) using matplotlib.

It also provides concise control over the aesthetics of the plots, improving on matplotlib's default look:

Examples

There are a few tutorial notebooks that both offer some thoughts on visualizing statistical data in a general sense and show how to do it using the tools that are proided 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.

Visualizing distributions of data

Representing variability in timeseries plots

Plotting complex linear models

Dependencies

Installation

To install the released version, just do

pip install -U seaborn

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

python setup.py install

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

About

Statistical data visualization using matplotlib

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Makefile 0.2%