{ "info": { "author": "Eugene Prilepin", "author_email": "esp.home@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Scientific/Engineering :: Visualization" ], "description": "\n# mpl-interact\n\nA library encompassing smart interactions missing in matplotlib\n\n## Usage\n\nThe following code enables interactors for GCF:\n\n* zoom by mouse wheel scrolling\n* drag by mouse left button\n* reset by mouse any button double click\n\n```python\nimport numpy as np\nfrom matplotlib import pyplot as plt\nfrom mpl_interact import interact\n\nx = np.linspace(0, 2*np.pi, 100)\nys = np.sin(x)\nyc = np.cos(x)\n\nplt.plot(x, ys, 'o-', x, yc, 'o-')\n\ninteract()\n\nplt.show()\n```\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/espdev/mpl-interact", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "mpl-interact", "package_url": "https://pypi.org/project/mpl-interact/", "platform": "", "project_url": "https://pypi.org/project/mpl-interact/", "project_urls": { "Homepage": "https://github.com/espdev/mpl-interact" }, "release_url": "https://pypi.org/project/mpl-interact/0.0.1/", "requires_dist": [ "matplotlib (<3.2,>=2.0)", "mpl-events (<0.2.0,>=0.0.5)" ], "requires_python": ">=3.6, <4", "summary": "A library encompassing smart interactions missing in matplotlib", "version": "0.0.1" }, "last_serial": 5376478, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "ab72ddcb914d3716c568e90233cac6c9", "sha256": "3311ef7ebc2177e37eef46588967ebe91476031375a79d68815997788a8ccb92" }, "downloads": -1, "filename": "mpl_interact-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ab72ddcb914d3716c568e90233cac6c9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6, <4", "size": 7889, "upload_time": "2019-06-08T23:08:24", "url": "https://files.pythonhosted.org/packages/08/a3/54a75fb8cc143aada9c105d05191bf8c838df379aa3db7eaa6051e56246b/mpl_interact-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eff88ffc1257ae8576be0114f47a1ff0", "sha256": "cdeb5284bcf5cdf71daaa8ccc48eb39449507817b74c0a403b9fb6dff14d7cf8" }, "downloads": -1, "filename": "mpl-interact-0.0.1.tar.gz", "has_sig": false, "md5_digest": "eff88ffc1257ae8576be0114f47a1ff0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <4", "size": 5077, "upload_time": "2019-06-08T23:08:26", "url": "https://files.pythonhosted.org/packages/a9/f9/b9da304b173a65d9309a37360af97b7cee0f38577994df0ae4777f811570/mpl-interact-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ab72ddcb914d3716c568e90233cac6c9", "sha256": "3311ef7ebc2177e37eef46588967ebe91476031375a79d68815997788a8ccb92" }, "downloads": -1, "filename": "mpl_interact-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ab72ddcb914d3716c568e90233cac6c9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6, <4", "size": 7889, "upload_time": "2019-06-08T23:08:24", "url": "https://files.pythonhosted.org/packages/08/a3/54a75fb8cc143aada9c105d05191bf8c838df379aa3db7eaa6051e56246b/mpl_interact-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eff88ffc1257ae8576be0114f47a1ff0", "sha256": "cdeb5284bcf5cdf71daaa8ccc48eb39449507817b74c0a403b9fb6dff14d7cf8" }, "downloads": -1, "filename": "mpl-interact-0.0.1.tar.gz", "has_sig": false, "md5_digest": "eff88ffc1257ae8576be0114f47a1ff0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <4", "size": 5077, "upload_time": "2019-06-08T23:08:26", "url": "https://files.pythonhosted.org/packages/a9/f9/b9da304b173a65d9309a37360af97b7cee0f38577994df0ae4777f811570/mpl-interact-0.0.1.tar.gz" } ] }