kp625544 / quick-d3

Generate quick and awesome visualisations with d3 and python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating interactive D3 based graphs

Running Example

Example1

Example2

So what's this repo about? In a gist its about generating quick to use d3 based interactive graphs with python by just specifying the dimensions

Installation

Just clone the repo

Usage

python generate.py -h #to get help
python generate.py -width 800 -height 600 -file_name example_bar.csv #example command to generate a test output_file

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

This project is licensed under the MIT License

ToDO

  • Add more graphs

About

Generate quick and awesome visualisations with d3 and python

License:MIT License


Languages

Language:Python 100.0%