{ "info": { "author": "Aashita Kesarwani", "author_email": "kesar01@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "bubbly\n******************************\n\nBubbly is a package for plotting interactive and animated *bubble charts* using *Plotly*. The animated bubble charts can accommodate upto seven variables in total viz. X-axis, Y-axis, Z-axis, time, bubbles, their size and their color in a compact and captivating way. Bubbly is easy to use with plenty of customization, especially suited for use in Jupyter notebooks and is designed to work with ``plotly``'s offline mode such as in Kaggle kernels. \n\nDependencies\n------------\n* Python 3.4+\n* numpy\n* pandas \n* plotly\n\nInstallation\n-------------\n.. code:: python\n\n pip install bubbly\n \nUsage in a Jupyter Notebook\n----------------------------\n.. code:: python\n\n from __future__ import division\n from plotly.offline import init_notebook_mode, iplot\n init_notebook_mode()\n from bubbly.bubbly import bubbleplot\n \n figure = bubbleplot(dataset=gapminder_indicators, x_column='gdpPercap', y_column='lifeExp', \n bubble_column='country', time_column='year', size_column='pop', color_column='continent', \n x_title=\"GDP per Capita\", y_title=\"Life Expectancy\", title='Gapminder Global Indicators',\n x_logscale=True, scale_bubble=3, height=650)\n iplot(figure, config={'scrollzoom': True})\n\n.. image:: https://github.com/AashitaK/aashitak.github.io/blob/master/images/bubblechart.gif\n \n \nPlease refer to the `Jupyter notebook here `_ for more examples and illustration of the plotting function ``bubbleplot``.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/AashitaK/bubbly", "keywords": "Plotly,bubble charts,animated graphs,interactive graphs", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "bubbly", "package_url": "https://pypi.org/project/bubbly/", "platform": "", "project_url": "https://pypi.org/project/bubbly/", "project_urls": { "Homepage": "https://github.com/AashitaK/bubbly" }, "release_url": "https://pypi.org/project/bubbly/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "A module for plotting interactive and animated bubble charts using Plotly", "version": "1.0.2" }, "last_serial": 4086413, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "ec12f746d71f7fad0c09fca9db33aed2", "sha256": "8885b21ec9364969bcb46ddcfbe0e611cbe376f261d669a52a0b884e123431da" }, "downloads": -1, "filename": "bubbly-0.0.1.tar.gz", "has_sig": false, "md5_digest": "ec12f746d71f7fad0c09fca9db33aed2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4041, "upload_time": "2018-05-27T20:52:43", "url": "https://files.pythonhosted.org/packages/3f/f9/4393fcab44a6a44d33b4b05ca44b0f048b2d1b4aeaff4cb7a17d2cdfe034/bubbly-0.0.1.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "e902f18914e61421bbdd69a61cc39b55", "sha256": "ea40e9e12791c36ad9b51b5c4759aa96708b7d7514b6600a2f3640e07131464b" }, "downloads": -1, "filename": "bubbly-1.0.0.tar.gz", "has_sig": false, "md5_digest": "e902f18914e61421bbdd69a61cc39b55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4047, "upload_time": "2018-05-28T03:15:45", "url": "https://files.pythonhosted.org/packages/1e/86/6e847d0349f19d24627d6fedc45202792a5031f4bb88f26ed384d538b240/bubbly-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "793ee3f6b11c8017a7d34d341ade0251", "sha256": "a31cbe9e1cf5e7faf456b6063e9e3098fc07cf1dc383e9cba550d6ec37303417" }, "downloads": -1, "filename": "bubbly-1.0.1.tar.gz", "has_sig": false, "md5_digest": "793ee3f6b11c8017a7d34d341ade0251", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4641, "upload_time": "2018-06-01T14:47:25", "url": "https://files.pythonhosted.org/packages/d5/6b/97caf59b90454e838ca18ad2a27fd3797530f1b07a606a1f794ba200d8c9/bubbly-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "99e08d66e84297f05aa82230a56539d7", "sha256": "58566dbb572efc2b7b413cd6b94820479d0c48d1da653e2ad52b3680f5d125d2" }, "downloads": -1, "filename": "bubbly-1.0.2.tar.gz", "has_sig": false, "md5_digest": "99e08d66e84297f05aa82230a56539d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5076, "upload_time": "2018-07-20T16:54:20", "url": "https://files.pythonhosted.org/packages/d1/ba/78a1262f6e96c92ac5b290c5654bc4cf6b8016d0d97c604576899f571cf0/bubbly-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "99e08d66e84297f05aa82230a56539d7", "sha256": "58566dbb572efc2b7b413cd6b94820479d0c48d1da653e2ad52b3680f5d125d2" }, "downloads": -1, "filename": "bubbly-1.0.2.tar.gz", "has_sig": false, "md5_digest": "99e08d66e84297f05aa82230a56539d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5076, "upload_time": "2018-07-20T16:54:20", "url": "https://files.pythonhosted.org/packages/d1/ba/78a1262f6e96c92ac5b290c5654bc4cf6b8016d0d97c604576899f571cf0/bubbly-1.0.2.tar.gz" } ] }