An open API service indexing awesome lists of open source software.

https://github.com/atsushisakai/pyplotjuggler

Python plot juggler
https://github.com/atsushisakai/pyplotjuggler

Last synced: 6 months ago
JSON representation

Python plot juggler

Awesome Lists containing this project

README

          

# pyplotjuggler

A Python visualization tool for timeseries data.

This is inspired by [PlotJuggler](https://www.plotjuggler.io/)

# Demo

![2](https://github.com/AtsushiSakai/pyplotjuggler/raw/master/imgs/pyplotjuggler_demo.gif)

# Requirements

- Python 3.6.x (2.7 is not supported)

- matplotlib

- pandas

# How to install

You can use pip:

>$ pip install pyplotjuggler

- [pyplotjuggler · PyPI](https://pypi.org/project/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](https://twitter.com/Atsushi_twi))