https://github.com/atsushisakai/pyplotjuggler
Python plot juggler
https://github.com/atsushisakai/pyplotjuggler
Last synced: 6 months ago
JSON representation
Python plot juggler
- Host: GitHub
- URL: https://github.com/atsushisakai/pyplotjuggler
- Owner: AtsushiSakai
- License: mit
- Created: 2019-02-23T11:41:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-23T11:21:01.000Z (over 6 years ago)
- Last Synced: 2025-03-28T17:47:45.003Z (6 months ago)
- Language: Python
- Size: 10.6 MB
- Stars: 33
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyplotjuggler
A Python visualization tool for timeseries data.
This is inspired by [PlotJuggler](https://www.plotjuggler.io/)
# Demo

# 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))