{ "info": { "author": "Johannes Buchner", "author_email": "buchner.johannes@gmx.at", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Topic :: Scientific/Engineering :: Visualization" ], "description": "==============================================================\nHierarchical subset diagram plotting for Python/Matplotlib\n==============================================================\n\nRoutines for plotting area-weighted diagrams of subsets and subsets of subsets.\nThis consistutes an extension to Venn diagrams in some sense (hierarchy), while a limitation \nin another (subsets only).\n\nInstallation\n------------\n\nThe simplest way to install the package is via ``easy_install`` or ``pip``::\n\n $ easy_install matplotlib-subsets\n\nDependencies\n------------\n\n- ``numpy``, ``scipy``, ``matplotlib``.\n\nUsage\n-----\nThe package provides the function: ``treesets_rectangles``.\n\nIt takes a tree, where each node is defined as ((number-of-items-contained, \nlabel, dictionary-of-plotting-attributes), [child nodes...]).\n\nFor example::\n\n\ttree = ((120, '120', None), [\n\t\t((50, 'A50', None), []),\n\t\t((50, 'B50', None), [])\n\t\t])\n\t\n\ttreesets_rectangles(tree)\n\tplt.savefig('example_tree.pdf', bbox_inches='tight')\n\tplt.close()\n\nHere, the node '120' is of size 120. It has two subsets, 'A50' and 'B50', each of size 50.\nNo additional plotting attributes are given (e.g. the color of rectangles is chosen automatically).\n\nSee also\n--------\n\n* Report issues and submit fixes at Github: https://github.com/JohannesBuchner/matplotlib-subsets", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/JohannesBuchner/matplotlib-subsets", "keywords": "matplotlib plotting charts venn-diagrams subset tree hierarchy", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "matplotlib-subsets", "package_url": "https://pypi.org/project/matplotlib-subsets/", "platform": "Platform Independent", "project_url": "https://pypi.org/project/matplotlib-subsets/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/JohannesBuchner/matplotlib-subsets" }, "release_url": "https://pypi.org/project/matplotlib-subsets/1.0/", "requires_dist": null, "requires_python": null, "summary": "Functions for plotting area-proportional hierarchical subset diagrams in matplotlib.", "version": "1.0" }, "last_serial": 936118, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "bf5e42bc4919f68302b7092c27da46ac", "sha256": "5144b3cda7776a9949d6ab38416e8ca6b53f820c2e68075dc68caf1a9bce85df" }, "downloads": -1, "filename": "matplotlib_subsets-1.0-py2.7.egg", "has_sig": true, "md5_digest": "bf5e42bc4919f68302b7092c27da46ac", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 6422, "upload_time": "2013-12-04T19:00:57", "url": "https://files.pythonhosted.org/packages/0c/31/326e23351327ee79c46ec38d608afdee8a2ad05c983e683390633458c95d/matplotlib_subsets-1.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "c0410765929005d391eabb52880db81a", "sha256": "c2087c9dd5deea3dfc4051cf1e7e8c9edd86a3995802a3e338c2b463f6793315" }, "downloads": -1, "filename": "matplotlib-subsets-1.0.tar.gz", "has_sig": true, "md5_digest": "c0410765929005d391eabb52880db81a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3859, "upload_time": "2013-12-04T19:01:04", "url": "https://files.pythonhosted.org/packages/0e/9e/e7f6d1203eb0990e76d0225efb711512485019ce34c34664dc84eb51837e/matplotlib-subsets-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bf5e42bc4919f68302b7092c27da46ac", "sha256": "5144b3cda7776a9949d6ab38416e8ca6b53f820c2e68075dc68caf1a9bce85df" }, "downloads": -1, "filename": "matplotlib_subsets-1.0-py2.7.egg", "has_sig": true, "md5_digest": "bf5e42bc4919f68302b7092c27da46ac", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 6422, "upload_time": "2013-12-04T19:00:57", "url": "https://files.pythonhosted.org/packages/0c/31/326e23351327ee79c46ec38d608afdee8a2ad05c983e683390633458c95d/matplotlib_subsets-1.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "c0410765929005d391eabb52880db81a", "sha256": "c2087c9dd5deea3dfc4051cf1e7e8c9edd86a3995802a3e338c2b463f6793315" }, "downloads": -1, "filename": "matplotlib-subsets-1.0.tar.gz", "has_sig": true, "md5_digest": "c0410765929005d391eabb52880db81a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3859, "upload_time": "2013-12-04T19:01:04", "url": "https://files.pythonhosted.org/packages/0e/9e/e7f6d1203eb0990e76d0225efb711512485019ce34c34664dc84eb51837e/matplotlib-subsets-1.0.tar.gz" } ] }