moonso / seaviz

Small CLI to test stuff from the Seaborn tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seaviz

Cli to test some stuff from the seaborn tutorial. Some of the functions are more developed than others atm...

The idea here was to write small functions that makes it easy to test different layouts and settings for some of the plot types.

For example to check how different colors looks like one can run:

seaviz --palette hls palplot --saturation 0.8 --lightness 0.3 -n 8

alt text

Or try out the darkgrid style:

seaviz --style darkgrid boxplot

alt text

Installation

In you favourite environment:

git clone https://github.com/moonso/seaviz
cd seaviz
python setup.py install

or pip install seaviz

Run

seaviz --help

About

Small CLI to test stuff from the Seaborn tutorial

License:MIT License


Languages

Language:Python 100.0%