{ "info": { "author": "Lev Maximov", "author_email": "lev.maximov@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# bokeh-plot\n\n## Installation: \n\n pip install bokeh-plot\n\n## Usage:\n\nTo load this extension in jupyter notebook:\n\n %load_ext bokeh_plot\n\nThe following syntax is supported:\n\n plot([1,4,9]) # x is automatic \n plot([1,4,9], '.-') # line and dots \n plot([1,2,3], [1,4,9]) # x and y \n plot([1,2,3], [1,4,9], '.-') # x, y and line style\n plot([1,2,3], [1,4,9], '.-', [1,2,3], [1,8,27], '.-g') # two plots, the second one is green\n\n\n\nThe following markers are supported so far:\n\n '.' dots\n '-' line\n '.-' dots+line\n\nThe following colors are supported so far:\n\n 'b' blue\n 'g' green\n 'r' red\n 'o' orange\n\nNB The color specifier must go after the marker if both are present.\n\n\n## Advanced usage\n\n`semilogx()`, `semilogy()` and `loglog()` show (semi)logarithmic plots with the same syntax as `plot()`.\n\n`plot(x, y, hover=True)` displays point coordinates on mouse hover.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/axil/bokeh-plot", "keywords": "bokeh,jupyter,notebook,plot", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "bokeh-plot", "package_url": "https://pypi.org/project/bokeh-plot/", "platform": "", "project_url": "https://pypi.org/project/bokeh-plot/", "project_urls": { "Homepage": "https://github.com/axil/bokeh-plot" }, "release_url": "https://pypi.org/project/bokeh-plot/0.1.5/", "requires_dist": [ "bokeh" ], "requires_python": "", "summary": "Matlab-inspired call syntax for bokeh plots", "version": "0.1.5" }, "last_serial": 6000274, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "922086d922d7f5d53a18121c502b41d7", "sha256": "7dcca9c565fba6adc3041ac6fe719acf2cd54e4cb35246f77a39d1fc6565b9e5" }, "downloads": -1, "filename": "bokeh_plot-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "922086d922d7f5d53a18121c502b41d7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3288, "upload_time": "2019-10-04T05:42:16", "url": "https://files.pythonhosted.org/packages/a8/ae/ac086639ce9a0f03ffbd273b4a093c04d2d994d86ed4c7418862ae94b329/bokeh_plot-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bc6cfddc293570e50ead1a3fc35bb199", "sha256": "5b7dc076077c5077a7d791973471da32bb84c19623b7556f9349ae497cc2e364" }, "downloads": -1, "filename": "bokeh_plot-0.1.0.tar.gz", "has_sig": false, "md5_digest": "bc6cfddc293570e50ead1a3fc35bb199", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2245, "upload_time": "2019-10-04T05:42:18", "url": "https://files.pythonhosted.org/packages/5c/63/23ae8f596ae8ab2d9ac70eec81a29b3fa3f24b14d81b4cdd69e53fa22f43/bokeh_plot-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "33d08f1f491af6ea92e5fa4eb96b7cd5", "sha256": "318c15566672e4ac271b3653fce9b4db4a9e8f196123fd86081710f3367a3c73" }, "downloads": -1, "filename": "bokeh_plot-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "33d08f1f491af6ea92e5fa4eb96b7cd5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3564, "upload_time": "2019-10-07T05:31:22", "url": "https://files.pythonhosted.org/packages/0c/0b/781b4dd2b88581a0efd2e88d5a87cc54d71d5cb10997f7af30a4d4b7723e/bokeh_plot-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "997fb70055fba862a3d1273f36811b8d", "sha256": "67f1b75b27ccdf08b0226b9f485d56138f3a041a282e8a60ca9ec06c1186193a" }, "downloads": -1, "filename": "bokeh_plot-0.1.1.tar.gz", "has_sig": false, "md5_digest": "997fb70055fba862a3d1273f36811b8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2572, "upload_time": "2019-10-07T05:31:24", "url": "https://files.pythonhosted.org/packages/4d/07/830b291cae90c6d1ab92dfc6318b5ae0e94ca33d2ba5d906fc119b167fd5/bokeh_plot-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "be6e0e52b8032dc15828fdd08ea8ef66", "sha256": "d214e7f8de9133b184ca4a9400ac9377fbd1d5e3b2c5892b88af7daa9e1f4acd" }, "downloads": -1, "filename": "bokeh_plot-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "be6e0e52b8032dc15828fdd08ea8ef66", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3583, "upload_time": "2019-10-08T13:30:01", "url": "https://files.pythonhosted.org/packages/62/43/e93910bc57c7d10f9f1045260484126d14dd8c66ad9b718e0dfe63238f0a/bokeh_plot-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bdff56a3cf5cabccfb39b50c17f6f93e", "sha256": "907c4d79b00f70b552e91526255be94cf05d8219f5834b0dd8bb3475c49824fa" }, "downloads": -1, "filename": "bokeh_plot-0.1.2.tar.gz", "has_sig": false, "md5_digest": "bdff56a3cf5cabccfb39b50c17f6f93e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2627, "upload_time": "2019-10-08T13:30:02", "url": "https://files.pythonhosted.org/packages/e7/62/655a462cdb54219c0da02e85c0f2e5673432945da1d03bdd6b8b5bf935ff/bokeh_plot-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "fa940e14982ad155ead584d866c6dae3", "sha256": "fe81d13ee53fcf8fa6891a05c85076000cd2ac87aa8c7b972ac37682f2b6210a" }, "downloads": -1, "filename": "bokeh_plot-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "fa940e14982ad155ead584d866c6dae3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3592, "upload_time": "2019-10-08T17:21:14", "url": "https://files.pythonhosted.org/packages/e6/7b/486a6c385590362d7e80dc73f9ffa31b02ebb51c3bd88f8131b6e17657d8/bokeh_plot-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e4576d2a1a88e23cafc96ddfb5c7a605", "sha256": "d40a489fb5dcfada4db102720d87f86491341b50a76e5501083097d09cd519f7" }, "downloads": -1, "filename": "bokeh_plot-0.1.3.tar.gz", "has_sig": false, "md5_digest": "e4576d2a1a88e23cafc96ddfb5c7a605", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2631, "upload_time": "2019-10-08T17:21:15", "url": "https://files.pythonhosted.org/packages/4b/71/ac4a6042eca60f1c8877e734bebae1100baeacbf1a600bb1b9a91b350ccb/bokeh_plot-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "d101702749d2bd7c4c65cd07525e77ed", "sha256": "832d4402d0afc56d512e7366f8dc34c7479a6580cda8cf8b0112c43cd847bdee" }, "downloads": -1, "filename": "bokeh_plot-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "d101702749d2bd7c4c65cd07525e77ed", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3638, "upload_time": "2019-10-18T19:24:43", "url": "https://files.pythonhosted.org/packages/db/86/3d49cfaa4a41f7684965df5698cec2b722542f287c2b47778cf3cd4a224d/bokeh_plot-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6f0c73045a8c4f0606c0a5672d78b681", "sha256": "dcd3937c8b992f8a4f467aac6dec91d624b0cdb57df19bca9055ea8ef54a933f" }, "downloads": -1, "filename": "bokeh_plot-0.1.4.tar.gz", "has_sig": false, "md5_digest": "6f0c73045a8c4f0606c0a5672d78b681", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2730, "upload_time": "2019-10-18T19:24:44", "url": "https://files.pythonhosted.org/packages/4d/03/d2859d3acc9679922042b08dd141124dcafc59ddf54b0843d88590e0acca/bokeh_plot-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "88276dbdd69bab227d02159f97594782", "sha256": "6c5b426da74bcda77a50e7e3d9aecc73388912239b81b0d7ffb347b5d1c8f3b8" }, "downloads": -1, "filename": "bokeh_plot-0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "88276dbdd69bab227d02159f97594782", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3620, "upload_time": "2019-10-19T16:23:06", "url": "https://files.pythonhosted.org/packages/85/a0/21c1c33d6e3961d774184d26fc8baf31bc79250b531dc8c0217ccb788883/bokeh_plot-0.1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d303342c2884127447e75109bfbaad6a", "sha256": "fda6e0f746f58e5be71d1f5beba8bd3bf420c914c32d0797e65cadd03b4c0687" }, "downloads": -1, "filename": "bokeh_plot-0.1.5.tar.gz", "has_sig": false, "md5_digest": "d303342c2884127447e75109bfbaad6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2652, "upload_time": "2019-10-19T16:23:08", "url": "https://files.pythonhosted.org/packages/62/67/c420b6ee666a6e39c349b1edbf7bdefcf70e823d780b9f197de5ffefca15/bokeh_plot-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "88276dbdd69bab227d02159f97594782", "sha256": "6c5b426da74bcda77a50e7e3d9aecc73388912239b81b0d7ffb347b5d1c8f3b8" }, "downloads": -1, "filename": "bokeh_plot-0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "88276dbdd69bab227d02159f97594782", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3620, "upload_time": "2019-10-19T16:23:06", "url": "https://files.pythonhosted.org/packages/85/a0/21c1c33d6e3961d774184d26fc8baf31bc79250b531dc8c0217ccb788883/bokeh_plot-0.1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d303342c2884127447e75109bfbaad6a", "sha256": "fda6e0f746f58e5be71d1f5beba8bd3bf420c914c32d0797e65cadd03b4c0687" }, "downloads": -1, "filename": "bokeh_plot-0.1.5.tar.gz", "has_sig": false, "md5_digest": "d303342c2884127447e75109bfbaad6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2652, "upload_time": "2019-10-19T16:23:08", "url": "https://files.pythonhosted.org/packages/62/67/c420b6ee666a6e39c349b1edbf7bdefcf70e823d780b9f197de5ffefca15/bokeh_plot-0.1.5.tar.gz" } ] }