Metadata-Version: 1.0
Name: plotcat
Version: 1.0.5
Summary: 
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
