pyplotjuggler

A timeseries visualization tool in Python


Keywords
python, matplotlib, tkinter
License
MIT
Install
pip install pyplotjuggler==0.1.3

Documentation

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

License

MIT

Author

Atsushi Sakai (@Atsushi_twi)