interactive 2-dimensional plotting
=========================================
http://www.github.com/enthought/chaco
http://docs.enthought.com/chaco
.. image:: https://api.travis-ci.org/enthought/chaco.png?branch=master :target: https://travis-ci.org/enthought/chaco :alt: Build status
.. image:: https://coveralls.io/repos/enthought/chaco/badge.png?branch=master :target: https://coveralls.io/r/enthought/chaco?branch=master :alt: Test coverage
Chaco is a Python plotting application toolkit that facilitates writing plotting applications at all levels of complexity, from simple scripts with hard-coded data to large plotting programs with complex data interrelationships and a multitude of interactive tools. While Chaco generates attractive static plots for publication and presentation, it also works well for interactive data visualization and exploration.
Chaco is only supported on Python 2.7.x and Python >= 3.4. You must have the following libraries installed before building or installing Chaco:
Numpy <http://pypi.python.org/pypi/numpy>
_setuptools <http://pypi.python.org/pypi/setuptools>
_enable <https://github.com/enthought/enable>
_