Skip to main content

Data visualization in the terminal

Project description

Data visualization in the terminal.

Install

From PyPI:

easy_install viz

From source:

git clone https://github.com/chbrown/viz.git
cd viz
python setup.py install

The main CLI script is viz, which should be installed on your PATH.

Examples

Ping google every 100ms (0.1s) and plot the first 50 response times you get back:

ping -i 0.1 google.com | head -50 | sed -n 's/.*time=\(.*\) ms/\1/p' | viz hist

Example result (which should fit your terminal width automatically):

26.1390000[ (cannot display with only ascii) ]39.5580000

Dependencies:

  • numpy

License

Copyright (c) 2013 Christopher Brown. MIT Licensed.

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

viz-0.0.3.tar.gz (5.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