.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/exceptions.py
csvviz/helpers.py
csvviz/info.py
csvviz/settings.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/utils/sysio.py
csvviz/utils/wrangle.py
csvviz/vizkit/__init__.py
csvviz/vizkit/channel_group.py
csvviz/vizkit/chart.py
csvviz/vizkit/clicky.py
csvviz/vizkit/dataful.py
csvviz/vizkit/interfaces.py
csvviz/vizzes/area.py
csvviz/vizzes/bar.py
csvviz/vizzes/heatmap.py
csvviz/vizzes/hist.py
csvviz/vizzes/line.py
csvviz/vizzes/scatter.py
csvviz/vizzes/stream.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
docs/drafts/csvviz-compared.rst
examples/cars.csv
examples/congress.csv
examples/cpop.csv
examples/fruits.csv
examples/hot.csv
examples/jobless.csv
examples/mix.csv
examples/stocks.csv
examples/stream.csv
examples/tings.csv
examples/tonk.csv
examples/vals.csv
examples/real/DATA-MANIFEST.yaml
examples/real/unemployment.csv
sandbox/__main__.py
tests/.DS_Store
tests/__init__.py
tests/fixtures/bar-basic.json
tests/integration/test_io.py
tests/unit/.DS_Store
tests/unit/test_channel_group.py
tests/unit/test_chart.py
tests/unit/test_hello.py
tests/unit/test_leaks.py
tests/unit/test_vizkit.py
tests/unit/channeling/test_colorize.py
tests/unit/channeling/test_lims.py
tests/unit/channeling/test_parse_helpers.py
tests/unit/charting/test_faceting.py
tests/unit/charting/test_global_properties.py
tests/unit/charting/test_legends.py
tests/unit/clicky/test_facet_flags.py
tests/unit/clicky/test_legend_flags.py
tests/vizzes/test_area.py
tests/vizzes/test_bar.py
tests/vizzes/test_generic_viz.py
tests/vizzes/test_heatmap.py
tests/vizzes/test_hist.py
tests/vizzes/test_line.py
tests/vizzes/test_scatter.py
tests/vizzes/test_stream.py