.editorconfig
.gitignore
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
TODOS.md
pytest.ini
requirements_dev.txt
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
csvviz/__init__.py
csvviz/cli.py
csvviz/cli_utils.py
csvviz/exceptions.py
csvviz/settings.py
csvviz/vizkit.py
csvviz.egg-info/PKG-INFO
csvviz.egg-info/SOURCES.txt
csvviz.egg-info/dependency_links.txt
csvviz.egg-info/entry_points.txt
csvviz.egg-info/not-zip-safe
csvviz.egg-info/requires.txt
csvviz.egg-info/top_level.txt
csvviz/cmds/area.py
csvviz/cmds/bar.py
csvviz/cmds/hist.py
csvviz/cmds/info.py
csvviz/cmds/line.py
csvviz/cmds/scatter.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/csvviz.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/usage.rst
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_static/.gitkeep
examples/cars.csv
examples/congress.csv
examples/fruits.csv
examples/sandbox.py
examples/stocks.csv
examples/tings.csv
examples/tonk.csv
examples/vals.csv
tests/.DS_Store
tests/__init__.py
tests/fixtures/bar-basic.json
tests/integration/test_io.py
tests/unit/.DS_Store
tests/unit/test_datakit.py
tests/unit/test_facets.py
tests/unit/test_generic_viz.py
tests/unit/test_hello.py
tests/unit/test_legends.py
tests/unit/test_vizkit.py
tests/unit/viz/test_area.py
tests/unit/viz/test_bar.py
tests/unit/viz/test_hist.py
tests/unit/viz/test_line.py
tests/unit/viz/test_scatter.py