No project description provided
Project 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, SPI, websocket, tcp socket etc.
For example you have to plot the output of a temperature sensor that is coming
from an [arduino](https://www.arduino.cc/) or any other microcontroller for
that matter; plotcat comes handy for such tasks.
plotcat sits on the top of [matplotlib](http://matplotlib.org/) 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](https://www.raspberrypi.org/)
## install plotcat
from pip
```bash
pip install plotcat
```
or from github
```bash
git clone https://github.com/girish946/plot-cat.git
pip install -r requirements.txt
python install setup.py install
```
on fedora 22 and above
```bash
dnf copr enable girish946/plotcat
dnf install python-plotcat
```
for ubuntu
```bash
wget https://github.com/girish946/plot-cat/blob/master/dist/python-plotcat_1.0.0.1-1_all.deb
sudo dpkg -i python-plotcat_1.0.0.1-1_all.deb
```
Home-page: UNKNOWN
Author: girish joshi
Author-email: girish946@gmail.com
License: GPL v3
Description-Content-Type: UNKNOWN
Description: tool to plot live serial input
Keywords: serial input plotting realtime data matplotlib Raspberry_pi
Platform: UNKNOWN
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, SPI, websocket, tcp socket etc.
For example you have to plot the output of a temperature sensor that is coming
from an [arduino](https://www.arduino.cc/) or any other microcontroller for
that matter; plotcat comes handy for such tasks.
plotcat sits on the top of [matplotlib](http://matplotlib.org/) 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](https://www.raspberrypi.org/)
## install plotcat
from pip
```bash
pip install plotcat
```
or from github
```bash
git clone https://github.com/girish946/plot-cat.git
pip install -r requirements.txt
python install setup.py install
```
on fedora 22 and above
```bash
dnf copr enable girish946/plotcat
dnf install python-plotcat
```
for ubuntu
```bash
wget https://github.com/girish946/plot-cat/blob/master/dist/python-plotcat_1.0.0.1-1_all.deb
sudo dpkg -i python-plotcat_1.0.0.1-1_all.deb
```
Home-page: UNKNOWN
Author: girish joshi
Author-email: girish946@gmail.com
License: GPL v3
Description-Content-Type: UNKNOWN
Description: tool to plot live serial input
Keywords: serial input plotting realtime data matplotlib Raspberry_pi
Platform: UNKNOWN
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
plotcat-1.0.5.tar.gz
(16.4 kB
view details)
File details
Details for the file plotcat-1.0.5.tar.gz
.
File metadata
- Download URL: plotcat-1.0.5.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4134eb407b63051a84c58ac579a3bcf5d9a0bf3a65b2306b9c8b3fb9e63a6a6a |
|
MD5 | 6d45b8d2cae81e2c45e020995657bc50 |
|
BLAKE2b-256 | 580bf14f1358fc07fb5a29438c1b1128dc460ad7e64d759d6494650c53e4e846 |