Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
AashitaK committed May 28, 2018
1 parent 084155d commit 52ffddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bubbly
******************************

Bubbly is a module for plotting interactive and animated *bubble charts* using *Plotly*. The animated bubble charts can accomodate six variables in total viz. X-axis, Y-axis, time, dots, their size and their color in a compact and captivating way. The function ``bubbleplot`` is easy to use with plenty of customization and returns a ``figure`` object that is a dictionary in a suitable format for use with ``plotly``. Bubble is especially suited for use in Jupyter notebooks and is designed to work with ``plotly``'s offline mode such as in Kaggle kernels.
Bubbly is a module for plotting interactive and animated *bubble charts* using *Plotly*. The animated bubble charts can accomodate six variables in total viz. X-axis, Y-axis, time, dots, their size and their color in a compact and captivating way. The function ``bubbleplot`` is easy to use with plenty of customization and returns a ``figure`` object that is a dictionary in a suitable format for use with ``plotly``. Bubbly is especially suited for use in Jupyter notebooks and is designed to work with ``plotly``'s offline mode such as in Kaggle kernels.

Dependencies
------------
Expand Down

0 comments on commit 52ffddd

Please sign in to comment.