Plotly_Offline_Python icon indicating copy to clipboard operation
Plotly_Offline_Python copied to clipboard

This repository provide tutorials regarding using Plotly offline package in python.

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.

Installation

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