plotjs


Nameplotjs JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryBridge between static matplotlib and interactive storytelling
upload_time2025-08-01 12:25:08
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords matplotlib interactive javascript web css d3 mpld3 plotnine
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # `plotjs`: bridge between static matplotlib and interactive storytelling

`plotjs` is a proof of concept, inspired by [mpld3](https://github.com/mpld3/mpld3), to make matplotlib plots interactive (for the browser) with minimum user inputs.

The goal is also to give users a large customization power.

> Consider that the project is still **very unstable**.

[Online demo](https://y-sunflower.github.io/plotjs/)

<br><br>

## Installation

From PyPI:

```
pip install plotjs
```

Latest dev version:

```
pip install git+https://github.com/y-sunflower/plotjs.git
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "plotjs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "matplotlib, interactive, javascript, web, css, d3, mpld3, plotnine",
    "author": null,
    "author_email": "Joseph Barbier <joseph.barbierdarnal@mail.com>",
    "download_url": "https://files.pythonhosted.org/packages/bd/8f/0c8664bcd6258ad533670454e65828c93e9f5d4840f838b9a04a396a9b47/plotjs-0.0.2.tar.gz",
    "platform": null,
    "description": "# `plotjs`: bridge between static matplotlib and interactive storytelling\n\n`plotjs` is a proof of concept, inspired by [mpld3](https://github.com/mpld3/mpld3), to make matplotlib plots interactive (for the browser) with minimum user inputs.\n\nThe goal is also to give users a large customization power.\n\n> Consider that the project is still **very unstable**.\n\n[Online demo](https://y-sunflower.github.io/plotjs/)\n\n<br><br>\n\n## Installation\n\nFrom PyPI:\n\n```\npip install plotjs\n```\n\nLatest dev version:\n\n```\npip install git+https://github.com/y-sunflower/plotjs.git\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Bridge between static matplotlib and interactive storytelling",
    "version": "0.0.2",
    "project_urls": {
        "Documentation": "https://y-sunflower.github.io/plotjs/",
        "Homepage": "https://y-sunflower.github.io/plotjs/",
        "Issues": "https://github.com/y-sunflower/plotjs/issues",
        "Repository": "https://github.com/y-sunflower/plotjs"
    },
    "split_keywords": [
        "matplotlib",
        " interactive",
        " javascript",
        " web",
        " css",
        " d3",
        " mpld3",
        " plotnine"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ce0fc658a0ddfd1a4b0e4966e56f80c3ce135620982ed71907af8d5fc9828782",
                "md5": "2ad05d7532625578f9cccf2c02d425c6",
                "sha256": "73d54f8e61aa970e815103c2dd18cf3d2443b8152eb3b7897cbf7f283a3f03a2"
            },
            "downloads": -1,
            "filename": "plotjs-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2ad05d7532625578f9cccf2c02d425c6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 128790,
            "upload_time": "2025-08-01T12:25:06",
            "upload_time_iso_8601": "2025-08-01T12:25:06.302179Z",
            "url": "https://files.pythonhosted.org/packages/ce/0f/c658a0ddfd1a4b0e4966e56f80c3ce135620982ed71907af8d5fc9828782/plotjs-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bd8f0c8664bcd6258ad533670454e65828c93e9f5d4840f838b9a04a396a9b47",
                "md5": "217ef8ab557bbe4c914d9c93c866e7cd",
                "sha256": "4ff62c470be04fd7f43fb684ab0523ee84a5410c4bd67fe9af05b3cd8b779d81"
            },
            "downloads": -1,
            "filename": "plotjs-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "217ef8ab557bbe4c914d9c93c866e7cd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 998129,
            "upload_time": "2025-08-01T12:25:08",
            "upload_time_iso_8601": "2025-08-01T12:25:08.280919Z",
            "url": "https://files.pythonhosted.org/packages/bd/8f/0c8664bcd6258ad533670454e65828c93e9f5d4840f838b9a04a396a9b47/plotjs-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-01 12:25:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "y-sunflower",
    "github_project": "plotjs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "plotjs"
}
        
Elapsed time: 0.46343s