mplex


Namemplex JSON
Version 0.0.7 PyPI version JSON
download
home_pageNone
SummaryA matplotlib extension
upload_time2024-05-02 16:05:38
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements matplotlib numpy colormath
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![PyPI Latest Release](https://img.shields.io/pypi/v/mplex.svg)](https://pypi.org/project/mplex/)
# mplex
A matplotlib extension.

## Installation
```sh
pip install mplex
```

## Examples
```python
from mplex import Grid
# subplots with uniform size and spacing
g = Grid((30, 20), (2, 3), space=(15, 10))
# subplots with non-uniform size and spacing
g = Grid(([35, 20, 35], [10, 30]), space=([20, 10], 10))
```
![](examples/figures/uniform.svg)

![](examples/figures/non_uniform.svg)

[More examples](https://github.com/tkclam/mplex/tree/main/examples)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mplex",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Thomas Ka Chung Lam <thomas.lam@epfl.ch>",
    "download_url": "https://files.pythonhosted.org/packages/db/92/1073ed540c666a1b77ddf563d861ad34822aff9b8d958379e32eb2e681ad/mplex-0.0.7.tar.gz",
    "platform": null,
    "description": "[![PyPI Latest Release](https://img.shields.io/pypi/v/mplex.svg)](https://pypi.org/project/mplex/)\n# mplex\nA matplotlib extension.\n\n## Installation\n```sh\npip install mplex\n```\n\n## Examples\n```python\nfrom mplex import Grid\n# subplots with uniform size and spacing\ng = Grid((30, 20), (2, 3), space=(15, 10))\n# subplots with non-uniform size and spacing\ng = Grid(([35, 20, 35], [10, 30]), space=([20, 10], 10))\n```\n![](examples/figures/uniform.svg)\n\n![](examples/figures/non_uniform.svg)\n\n[More examples](https://github.com/tkclam/mplex/tree/main/examples)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A matplotlib extension",
    "version": "0.0.7",
    "project_urls": {
        "Homepage": "https://github.com/tkclam/mplex"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f65f6ff3ccc04c17c8b445e599b22b5b14350bd0198ed9e18ab2ad660a78bcb7",
                "md5": "7f9769d0b56a12f388c1d92c50ac7bb3",
                "sha256": "7172e3022894e2d17d6f990387d0d2e9b61336a99f49afa360e0a66a921bf000"
            },
            "downloads": -1,
            "filename": "mplex-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7f9769d0b56a12f388c1d92c50ac7bb3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 26785,
            "upload_time": "2024-05-02T16:05:36",
            "upload_time_iso_8601": "2024-05-02T16:05:36.255462Z",
            "url": "https://files.pythonhosted.org/packages/f6/5f/6ff3ccc04c17c8b445e599b22b5b14350bd0198ed9e18ab2ad660a78bcb7/mplex-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db921073ed540c666a1b77ddf563d861ad34822aff9b8d958379e32eb2e681ad",
                "md5": "5857caac0322b049b9466fecb5a2ef1b",
                "sha256": "444fade9bb7165f6739c2c8f8f86f599e48d5cbc46527d388587881a20ecc5b0"
            },
            "downloads": -1,
            "filename": "mplex-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "5857caac0322b049b9466fecb5a2ef1b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 29391,
            "upload_time": "2024-05-02T16:05:38",
            "upload_time_iso_8601": "2024-05-02T16:05:38.119505Z",
            "url": "https://files.pythonhosted.org/packages/db/92/1073ed540c666a1b77ddf563d861ad34822aff9b8d958379e32eb2e681ad/mplex-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-02 16:05:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tkclam",
    "github_project": "mplex",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "matplotlib",
            "specs": [
                [
                    ">=",
                    "3.4.0"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "colormath",
            "specs": []
        }
    ],
    "lcname": "mplex"
}
        
Elapsed time: 4.25125s