{ "info": { "author": "Yu Feng", "author_email": "rainwoodman@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "bananaplots\n===========\n\n.. image:: https://travis-ci.org/bccp/bananaplots.svg?branch=master\n :target: https://travis-ci.org/bccp/bananaplots\n\nA simple tool for making banana plots from several multi-dimensional point datasets.\n\nThe term banana here refers to the usual shape of the contours of two feature projection of the datasets. See the gallery to see the graphical motivation. \n\nWe'd like a tool to drive matplotlib. Declarative.\n\nThe distribution of points are internally modelled with a gaussian mixture model.\n\nGallery (Plots that shall be able to make)\n\nhttps://docs.google.com/document/d/13h6d35Ily_QobpCk3xNivwm4WW_b36pTXpNITnFWPOo/edit?usp=sharing\n\nHere is an example code:\n\nhttps://github.com/bccp/bananaplots/blob/master/bananaplots/tests/test_bananaplots.py#L15\n\nwhich produces the following two figures.\n\n.. image:: https://raw.githubusercontent.com/bccp/bananaplots/master/docs/bananas-upper-right.png\n \n.. image:: https://raw.githubusercontent.com/bccp/bananaplots/master/docs/bananas-lower-left.png\n\n\nNotes\n-----\n\nThis is an ongoing work. \n\nMartin White suggested the project in August of 2016.\n\nYu Feng discussed the project as an Hack at the AstroHackWeek 2016 with\nBrigitta Sipocz, Dan Foreman-Mackey, and Jake VanderPlas.\n\nThree major outcomes:\n\n- Histograms capture tails much better than mixture of gaussians. We currenlty do not\n support histograms.\n\n- if we can model the MCMC as a mixture of gaussian, then there\n probably is a easier way to model the likelihood than running MCMC.\n\n- In addition, we shall explore a declaritive way of describing a plot that\n supports more complicated modelling. Vega-Lite does not appear to support this.\n\nThe scaffold of the project is roughly based on https://github.com/kbarbary/greeter\nbut we use runtests.py from numpy c.f. https://github.com/kbarbary/greeter/issues/8", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/bccp/bananaplots", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "bananaplots", "package_url": "https://pypi.org/project/bananaplots/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bananaplots/", "project_urls": { "Homepage": "http://github.com/bccp/bananaplots" }, "release_url": "https://pypi.org/project/bananaplots/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "Plot bananas from combined MCMC (Markov Chain Monte Carlo) chains. For example, Planck or WMAP satellite likelyhood samples.", "version": "0.0.3" }, "last_serial": 2327895, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "", "digests": { "md5": "2cb4c7425158daaf50ce354511bc5918", "sha256": "8f3d3ebf90dcc8072c23cfb12557fed1f06ac8202b95319be270c426c0adcec7" }, "downloads": -1, "filename": "bananaplots-0.0.2.tar.gz", "has_sig": false, "md5_digest": "2cb4c7425158daaf50ce354511bc5918", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3602, "upload_time": "2016-09-06T18:08:56", "url": "https://files.pythonhosted.org/packages/90/81/e1cf1b64fab6b0eeb2cca80790f3bc8f09ebec5db21a6361c3f2c361d397/bananaplots-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "641719ea56b8c43d2dd5856f32d46e72", "sha256": "ebef96189ef2cc25f230829386c2291ced17f4fb777b0b352e7894b3f6ac715c" }, "downloads": -1, "filename": "bananaplots-0.0.3.tar.gz", "has_sig": false, "md5_digest": "641719ea56b8c43d2dd5856f32d46e72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4699, "upload_time": "2016-09-06T18:16:12", "url": "https://files.pythonhosted.org/packages/c9/e6/c473d21553a3f224ef8a3d390e69ea209f1652b5bafe17a37f781ef26858/bananaplots-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "641719ea56b8c43d2dd5856f32d46e72", "sha256": "ebef96189ef2cc25f230829386c2291ced17f4fb777b0b352e7894b3f6ac715c" }, "downloads": -1, "filename": "bananaplots-0.0.3.tar.gz", "has_sig": false, "md5_digest": "641719ea56b8c43d2dd5856f32d46e72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4699, "upload_time": "2016-09-06T18:16:12", "url": "https://files.pythonhosted.org/packages/c9/e6/c473d21553a3f224ef8a3d390e69ea209f1652b5bafe17a37f781ef26858/bananaplots-0.0.3.tar.gz" } ] }