Skip to main content

Vis visualizes fuzzy tabular data, no script required

Project description

Vis

Visualize fuzzy tabular data without leaving the terminal.

Install

pip install vis_cli

Features

Histograms

awk 'BEGIN { for (i = 0; i < 1000; i++) print rand() * 100 }' | vis hist --kde

Vis histograms

Scatter plots

echo -e '1 2\n1.5 3\n2 1\n3 1.5\n2 2' | vis scatter --trend

Vis scatter plots

Line plots

seq 0 0.1 10 | awk '{print $1, sin($1)}' | vis line --xlab "Time" --ylab "sin(t)"

Vis line plots

More examples

Histogram: Kubernetes pod ages

kubectl get pods --all-namespaces | vis hist --col 5 --sep '   ' --unit day --kde --xlab 'Pod age (days)'

Vis histogram Kubernetes pod age

Histogram: Kubernetes CPU utilization

kubectl top nodes | vis hist --static --col 2 --bins 10 --xmax 100 --xlab 'CPU util' --kde

Vis histogram Kubernetes CPU utilization

Scatter plot: Kubernetes pod CPU vs memory limits

kubectl resource-capacity --pods | grep -v '\*.*\*' | vis scatter --static --cols 4 6 --xlab "CPU limits" --ylab "Memory limits" --trend

Vis scatter plot Kubernetes pod CPU vs memory limits

Help pages

$ vis --help
Usage: vis [OPTIONS] COMMAND [ARGS]...

  A fuzzy tabular data visualization tool.

Options:
  -h, --help  Show this message and exit.

Commands:
  clean    Clean the data from a file or stdin and print it to stdout.
  hist     Create a histogram from numerical data.
  line     Create a line plot from tabular data.
  scatter  Create a scatter plot from tabular data.

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

vis_cli-0.7.0.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vis_cli-0.7.0-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

Details for the file vis_cli-0.7.0.tar.gz.

File metadata

  • Download URL: vis_cli-0.7.0.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.12 Darwin/25.3.0

File hashes

Hashes for vis_cli-0.7.0.tar.gz
Algorithm Hash digest
SHA256 e66c20791eec48a0b5114459fd0c8e90ed8f136d24f8fd1c496f7da73355f2d5
MD5 6dfd696a7a8a0054afd57aa1e5ef0474
BLAKE2b-256 45ddf7035ffa48045b4f5e5751cc8301d0a7f54bf3ac11f7ba02ca9679678e23

See more details on using hashes here.

File details

Details for the file vis_cli-0.7.0-py3-none-any.whl.

File metadata

  • Download URL: vis_cli-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 8.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.12 Darwin/25.3.0

File hashes

Hashes for vis_cli-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 21976691c39f811444dcf88aa7a3750972a34659a13a6c4855ea76f8f66965cf
MD5 21813156b8a27b939c5b2aedc9dce6fd
BLAKE2b-256 05813912c0591b12a8bd2ce788508b6761252ba3632f9c843c46ef9f1efec948

See more details on using hashes here.

Supported by

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