Creating offline Data Visualisations using plotly offline package in python: This repository consist of examples to create data visualisation in python using offline plotly package. Output of each example will be stored in html file.
Install Plotly using following commands:
$ pip install plotly
or
$ sudo pip install plotly
or
$ easy_install plotly
Plotly's Python package is updated frequently! To upgrade, run:
$ pip install plotly --upgrade