Description
plot-cat is the python library for plotting live serial input. plotcat works on python 2.7 and later. plotcat comes handy when you want to plot live data that is coming form different sensors over the serial port. For example you have to plot the output of a temperature sensor that is coming from an arduino or any other microcontroller for that matter; plotcat comes handy for such tasks.
plotcat sits on the top of matplotlib and does all the initialization and drawing stuff itself. you just have to provide the list of values to be plotted.
plotcat works on linux osx and windows. plotcat also works well with Raspberry Pi
Installation Instructions
pip install plotcat
or
git clone https://github.com/girish946/plot-cat.git
pip install -r requirements.txt
python install setup.py install
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 (60)* | EPEL 7 (187 downloads) |
Mageia 8 | aarch64 (20)* | Mageia 8 (110 downloads) |
* Total number of downloaded packages.