PicViz - Parallel Coordinates Graph Generator
=============================================
http://www.wallinfire.net/picviz
(c) Copyright 2008 Sebastien Tricaud


Dependences
===========
- Cmake
- Python library for bindings and the frontend)
- Python QT4 for the frontend

Install
=======
$ make
# make install

To build bindings
-----------------
$ cd src/libpicviz/bindings/python
# python ./setup.py install

To build the frontend
---------------------
$ cd src/frontend/
# python ./setup.py install

Use
===
console binary:
pcv -Tsvg file.pcv > file.svg

graphical frontend:
picviz-gui file.pcv

