mpl-poormans-3d


Namempl-poormans-3d JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com//mpl-poormans-3d
SummaryNone
upload_time2024-03-24 16:15:01
maintainerNone
docs_urlNone
authorJae-Joon Lee
requires_pythonNone
licenseBSD 3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mpl-poormans-3d

A very naive implementaion to provide pseudo 3-d projection look to your 2d matplotlib figure.:

<img width="300px" src="https://mpl-poormans-3d.readthedocs.io/en/latest/_images/barchart_animated.gif">

It supports an arbitrary bezier curve by linearizing it.:

<img width="600px" src="https://mpl-poormans-3d.readthedocs.io/en/latest/_images/demo_3d.gif">

## Documentation

The documentation is far from complete. Your best friends are included examples. Please check the gallery in the readthedocs site.

[RTM page](https://mpl-poormans-3d.readthedocs.io/)

## Installation

The code is pretty much in alpha stage. I recommend you to clong the repo and instally manually.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com//mpl-poormans-3d",
    "name": "mpl-poormans-3d",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Jae-Joon Lee",
    "author_email": "lee.j.joon@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "# mpl-poormans-3d\n\nA very naive implementaion to provide pseudo 3-d projection look to your 2d matplotlib figure.:\n\n<img width=\"300px\" src=\"https://mpl-poormans-3d.readthedocs.io/en/latest/_images/barchart_animated.gif\">\n\nIt supports an arbitrary bezier curve by linearizing it.:\n\n<img width=\"600px\" src=\"https://mpl-poormans-3d.readthedocs.io/en/latest/_images/demo_3d.gif\">\n\n## Documentation\n\nThe documentation is far from complete. Your best friends are included examples. Please check the gallery in the readthedocs site.\n\n[RTM page](https://mpl-poormans-3d.readthedocs.io/)\n\n## Installation\n\nThe code is pretty much in alpha stage. I recommend you to clong the repo and instally manually.\n\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause",
    "summary": null,
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com//mpl-poormans-3d"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24684eccc10223b6db0867b6fdfeb374ce52df4ac7a375b22f63e3b00090dc3d",
                "md5": "86ef57337d16f9bdf95ac4e68cfdda21",
                "sha256": "d88d50bf31c0d858c7d48554ad7ac20332b6747dd44f349c7e8a1e9fda6f7b1f"
            },
            "downloads": -1,
            "filename": "mpl_poormans_3d-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "86ef57337d16f9bdf95ac4e68cfdda21",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 16837,
            "upload_time": "2024-03-24T16:15:01",
            "upload_time_iso_8601": "2024-03-24T16:15:01.270963Z",
            "url": "https://files.pythonhosted.org/packages/24/68/4eccc10223b6db0867b6fdfeb374ce52df4ac7a375b22f63e3b00090dc3d/mpl_poormans_3d-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-24 16:15:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mpl-poormans-3d"
}
        
Elapsed time: 0.21891s