Skip to main content

seaborn command line tool

Project description

# seaborn-command

[![PyPI Version](https://img.shields.io/pypi/v/seaborn-command.svg)](https://pypi.org/project/seaborn-command/) [![CI](https://github.com/kojix2/seaborn-command/actions/workflows/ci.yaml/badge.svg)](https://github.com/kojix2/seaborn-command/actions/workflows/ci.yaml)

ocean:

[seaborn](https://github.com/mwaskom/seaborn) as a command line tool

<img src=”https://user-images.githubusercontent.com/5798442/122654771-9d50ae80-d188-11eb-830e-18a4cf6ad29b.png” alt=”seaborn” width=”50%” height=”50%”>

## Installation

` pip install seaborn-command `

## Usage

` seaborn <command> [options] `

Basic usage

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

Input csv file

` cat iris.tsv | 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.3.tar.gz (2.5 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