Socket
Socket
Sign inDemoInstall

livechart

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

livechart

A CLI utility for charting data on the fly.


Maintainers
1

live-chart

A command-line utility for rendering quick-and-dirty graphs of STDIN input.

.. figure:: https://cloud.githubusercontent.com/assets/4467604/6364493/ce8e79d0-bc74-11e4-8da2-156426b6d936.png :alt: Some sample graphs generated with livechart.

installation


Tested against Python 2.7.

::

    sudo pip install livechart

usage
~~~~~

Pipe lines containing either JSON-serialized objects or numbers into
``livechart``; the data *must* be consistent for the duration of usage. Input
like ``{"a": 1, "b": 3, "c": 5}`` will result in three graphs, while ``1.00``
will plot just one.

::

    some_script | livechart

Run ``livechart --help`` for all configuration options.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc