Skip to main content

seaborn command line tool

Project description

seaborn-command

PyPI Version CI

:ocean: seaborn as a command line tool

seaborn

Installation

pip install seaborn-command

Usage

seaborn <command> [options]

Basic usage

cat iris.tsv | seaborn pairplot --hue species --show

Input csv file

cat iris.csv | seaborn pairplot -d, --hue species --show

Save image to a file

cat iris.tsv | seaborn pairplot --hue species --format png > result.png
  • common options
    • -d : delimiter (default tab)
    • --show : show the GUI window. No output to STDOUT.
    • --format : output format of the image (default svg)

Tips

Setting alias

alias sns="seaborn"

Display with ImageMagick

cat iris.tsv | seaborn pairplot --hue species --format png | display

Note: SVG images may not be displayed correctly.

Contributing

  • Try this command!
  • Pull requests are welcome!

LICENSE

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

seaborn-command-0.0.4.tar.gz (2.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page