{ "info": { "author": "Simon Wehle", "author_email": "simon.wehle@desy.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Programming Language :: Python" ], "description": "=======\nsciplot\n=======\n\n\nStyle and plotting tools for matplotlib.\n\n\n\nInstallation\n============\n\n```bash\n\npython3 ./setup.py develop --user\n\n```\n\nThe matolotlib style can be installed in the sytlelib folder:\n\n```bash\n\n./install_mlp_style.sh\n\n```\n\nUsage\n=====\n\nAfter installation you can use the style with matplotlib:\n\n```python\n\nimport matplotlib.pyplot as plt\n\nplt.style.use('sciplot')\n\n```\n\n\nTo use the library you can do\n\n```python\n\nimport sciplot\n\nsciplot.hist([1,2])\n\n```\n\n![Example](examples/stacked_plot.png?raw=true \"Title\")\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/simonUU/sciplot", "keywords": "", "license": "mit", "maintainer": "", "maintainer_email": "", "name": "py-sciplot", "package_url": "https://pypi.org/project/py-sciplot/", "platform": "any", "project_url": "https://pypi.org/project/py-sciplot/", "project_urls": { "Homepage": "https://github.com/simonUU/sciplot" }, "release_url": "https://pypi.org/project/py-sciplot/0.1.1/", "requires_dist": [ "pytest; extra == 'testing'", "pytest-cov; extra == 'testing'" ], "requires_python": "", "summary": "Add a short description here!", "version": "0.1.1" }, "last_serial": 5187077, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "60f377db8276f1c3855036b6ce99ea16", "sha256": "1594a0f0f2a5b20fc9bd86015b2506cb27d8197d81cb0ba10240adce6bf8fa0a" }, "downloads": -1, "filename": "py_sciplot-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "60f377db8276f1c3855036b6ce99ea16", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10526, "upload_time": "2019-04-25T09:46:29", "url": "https://files.pythonhosted.org/packages/ce/02/19e4c99b996e853f7e1aa59f45ffd275ce25abb2e1a3fd77a20bdf5080da/py_sciplot-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "408f9ea01daf8f46ae7710947389ee7b", "sha256": "9dd40de5f94587c79cd80e9393f3d54ed3320c2e5b08bd2799d02100cbc6d2c7" }, "downloads": -1, "filename": "py-sciplot-0.1.1.tar.gz", "has_sig": false, "md5_digest": "408f9ea01daf8f46ae7710947389ee7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47516, "upload_time": "2019-04-25T09:46:31", "url": "https://files.pythonhosted.org/packages/d6/98/256130dda6b83a40d252a6dae3b1a270f0c351a92e942f87cd045690a283/py-sciplot-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "60f377db8276f1c3855036b6ce99ea16", "sha256": "1594a0f0f2a5b20fc9bd86015b2506cb27d8197d81cb0ba10240adce6bf8fa0a" }, "downloads": -1, "filename": "py_sciplot-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "60f377db8276f1c3855036b6ce99ea16", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10526, "upload_time": "2019-04-25T09:46:29", "url": "https://files.pythonhosted.org/packages/ce/02/19e4c99b996e853f7e1aa59f45ffd275ce25abb2e1a3fd77a20bdf5080da/py_sciplot-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "408f9ea01daf8f46ae7710947389ee7b", "sha256": "9dd40de5f94587c79cd80e9393f3d54ed3320c2e5b08bd2799d02100cbc6d2c7" }, "downloads": -1, "filename": "py-sciplot-0.1.1.tar.gz", "has_sig": false, "md5_digest": "408f9ea01daf8f46ae7710947389ee7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47516, "upload_time": "2019-04-25T09:46:31", "url": "https://files.pythonhosted.org/packages/d6/98/256130dda6b83a40d252a6dae3b1a270f0c351a92e942f87cd045690a283/py-sciplot-0.1.1.tar.gz" } ] }