An easy way to share your visualisation code.
Note: draft version, subject to change
VizShare lets you put your visualisation code in a simple wrapper to make it reusable in different projects. It also makes it easier to share visualisation code with others.
Find out more in the wiki.
To view the examples clone the repository:
git clone https://github.com/dataunity/vizshare.git
... start a local web server from the root directory of the git project, e.g:
cd vizshare python -m SimpleHttpServer
... then visit the examples page in your browser - http://127.0.0.1:8000/examples/index.html.