snwu1996 / pyplotjuggler

Python plot juggler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyplotjuggler

A Python visualization tool for timeseries data.

This is inspired by PlotJuggler

Demo

2

Requirements

  • Python 3.6.x (2.7 is not supported)

  • matplotlib

  • pandas

How to install

You can use pip:

$ pip install pyplotjuggler

How to use

You can start pyplotjuggler with:

$ python -m pyplotjuggler

See the demo gif.

Command line options

  • -h, --help show this help message and exit

  • -f FILE, --file FILE file path for data loading

  • -d DIR, --dir DIR file directory for data loading

  • -o, --open Open with finder

License

MIT

Author

Atsushi Sakai (@Atsushi_twi)

About

Python plot juggler

License:MIT License


Languages

Language:Python 100.0%