plotjs


Nameplotjs JSON
Version 0.0.4 PyPI version JSON
download
home_pageNone
SummaryTurn static matplotlib charts into interactive web visualizations
upload_time2025-08-16 20:09:29
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.
            ![](./coverage-badge.svg)

# `plotjs`: Turn static matplotlib charts into interactive web visualizations

<img src="https://github.com/JosephBARBIERDARNAL/static/blob/main/python-libs/plotjs/image.png?raw=true" alt="plotjs logo" align="right" width="150px"/>

`plotjs` is a Python package that transform matplotlib plots into interactive charts with minimum user inputs. You can:

- control tooltip labels and grouping
- add CSS
- add JavaScript
- and many more

> 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/82/27/0dadb3341a7af8167a101a6e044d6756b8f00772fab8290e3ecc638dd8f9/plotjs-0.0.4.tar.gz",
    "platform": null,
    "description": "![](./coverage-badge.svg)\n\n# `plotjs`: Turn static matplotlib charts into interactive web visualizations\n\n<img src=\"https://github.com/JosephBARBIERDARNAL/static/blob/main/python-libs/plotjs/image.png?raw=true\" alt=\"plotjs logo\" align=\"right\" width=\"150px\"/>\n\n`plotjs` is a Python package that transform matplotlib plots into interactive charts with minimum user inputs. You can:\n\n- control tooltip labels and grouping\n- add CSS\n- add JavaScript\n- and many more\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": "Turn static matplotlib charts into interactive web visualizations",
    "version": "0.0.4",
    "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": "06f6260ebe3640a185caf6d84489800b5ad284bdc4cb195a1959841998985310",
                "md5": "2d640589171ee46e82d12251692cd096",
                "sha256": "0e411a626289d1b4f03e32b87bd03991811a93c93a69de4a2b6a0e05f2c739be"
            },
            "downloads": -1,
            "filename": "plotjs-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2d640589171ee46e82d12251692cd096",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 36303,
            "upload_time": "2025-08-16T20:09:28",
            "upload_time_iso_8601": "2025-08-16T20:09:28.407553Z",
            "url": "https://files.pythonhosted.org/packages/06/f6/260ebe3640a185caf6d84489800b5ad284bdc4cb195a1959841998985310/plotjs-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "82270dadb3341a7af8167a101a6e044d6756b8f00772fab8290e3ecc638dd8f9",
                "md5": "75a5c5accf42593a77f79c97f37bb134",
                "sha256": "ced4f0e820cdbcd7a6ecfa283da9d9914de87d742196b9b5af5ed0f30b6ba09a"
            },
            "downloads": -1,
            "filename": "plotjs-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "75a5c5accf42593a77f79c97f37bb134",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 932528,
            "upload_time": "2025-08-16T20:09:29",
            "upload_time_iso_8601": "2025-08-16T20:09:29.809580Z",
            "url": "https://files.pythonhosted.org/packages/82/27/0dadb3341a7af8167a101a6e044d6756b8f00772fab8290e3ecc638dd8f9/plotjs-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-16 20:09:29",
    "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.44178s