{ "info": { "author": "dmey", "author_email": "dmey@users.noreply.github.com", "bugtrack_url": null, "classifiers": [], "description": "# Extended BoxPlots\n\nExtended box plot are customizable box plots drawn for a set of percentile pairs (c.f. p. 31 in [Harrell Jr (2014)][1]).\n\n\n## Usage\n\n```py\nimport numpy as np\nimport matplotlib.pyplot as plt\n\nfrom extended_boxplots import compute_extended_boxplot_stats, plot_extended_boxplot\n\n# Create sample normal distribution\ndist_norm = np.random.normal(100, 30, 100000)\n\n# Compute extended box plot statistics\nboxplot_stats = compute_extended_boxplot_stats(dist_norm)\n\n# Plot the extended box plot\nfig, ax = plt.subplots()\nplot_extended_boxplot(ax, [boxplot_stats])\nfig.savefig('extended_boxplot.svg', dpi=200)\n```\n\n![Example extended box plot](https://raw.githubusercontent.com/dmey/extended-boxplots/master/images/extended_boxplot.png)\n\n## Versioning\n\nThis project uses [semantic versioning](https://semver.org/).\n\n\n## Copyright and licence\n\nCopyright 2018 D. Meyer. Licensed under [MIT](https://github.com/dmey/extended-boxplots/blob/master/LICENSE.txt).\n\n\n[1]: http://biostat.mc.vanderbilt.edu/wiki/pub/Main/StatGraphCourse/graphscourse.pdf", "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/dmey/extended-boxplots", "keywords": "graph,plottings,statistics", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "Extended-BoxPlots", "package_url": "https://pypi.org/project/Extended-BoxPlots/", "platform": "Windows", "project_url": "https://pypi.org/project/Extended-BoxPlots/", "project_urls": { "Homepage": "https://github.com/dmey/extended-boxplots" }, "release_url": "https://pypi.org/project/Extended-BoxPlots/0.3.0/", "requires_dist": null, "requires_python": ">=3.5", "summary": "Generator of extended box plots", "version": "0.3.0" }, "last_serial": 5816353, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "629808b1250b6ab1753115e79b673dfc", "sha256": "8e67f9bfaab2956755f2c358e5219ada6533ca69c663cc45c754913ce6eb7949" }, "downloads": -1, "filename": "Extended-BoxPlots-0.2.0.zip", "has_sig": false, "md5_digest": "629808b1250b6ab1753115e79b673dfc", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8099, "upload_time": "2019-09-11T18:32:13", "url": "https://files.pythonhosted.org/packages/98/44/dac53596227e652973d6d66f4f9920c31482e6ed90a1e77b96b00830baa6/Extended-BoxPlots-0.2.0.zip" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "f6a387dfbd1af398d2a5d1f4e8135d10", "sha256": "acfd2a55a8d35089334cb17bf3aa98344115b45602a5cbcb831647a3ee041118" }, "downloads": -1, "filename": "Extended-BoxPlots-0.3.0.zip", "has_sig": false, "md5_digest": "f6a387dfbd1af398d2a5d1f4e8135d10", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8134, "upload_time": "2019-09-11T18:45:41", "url": "https://files.pythonhosted.org/packages/8c/5c/8361ca407eb7212f4238d7c5449ffe423c7af8cb46eb585511302fc4816d/Extended-BoxPlots-0.3.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f6a387dfbd1af398d2a5d1f4e8135d10", "sha256": "acfd2a55a8d35089334cb17bf3aa98344115b45602a5cbcb831647a3ee041118" }, "downloads": -1, "filename": "Extended-BoxPlots-0.3.0.zip", "has_sig": false, "md5_digest": "f6a387dfbd1af398d2a5d1f4e8135d10", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8134, "upload_time": "2019-09-11T18:45:41", "url": "https://files.pythonhosted.org/packages/8c/5c/8361ca407eb7212f4238d7c5449ffe423c7af8cb46eb585511302fc4816d/Extended-BoxPlots-0.3.0.zip" } ] }