seaborn command line tool
Project description
seaborn-command
:ocean: seaborn as a command line tool
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 details)
File details
Details for the file seaborn-command-0.0.4.tar.gz
.
File metadata
- Download URL: seaborn-command-0.0.4.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e27821a7e3938e8f48efe29d58050f031d178cf5fcdccafd49a4037c6792f87 |
|
MD5 | b58146fbca17d482623f3b63ca584f3c |
|
BLAKE2b-256 | 48eb75940aaea48f51c09587907f410cd50fc742b25cbd5db40f929fe5356dae |