Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lesion/plottino
https://github.com/lesion/plottino
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lesion/plottino
- Owner: lesion
- Created: 2014-10-08T15:07:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-09T11:01:00.000Z (about 10 years ago)
- Last Synced: 2024-04-14T09:07:02.825Z (9 months ago)
- Language: Python
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PLOTTINO
I spent too much time searching for a good way to plot data
sent from an arduino without success.
So here it is **plottino**. It's python, PyQt and PyQwtIt's modular, so you can write an input module yourself.
It's just started so i'm currently testing module structure.
## Screenshoot
An example of plotting data from an arduino running [enlight](https://github.com/lesion/enlight)
![Serial](img/serial.png)Another example of plotting data from three different random source:
![Random](img/random.png)