QtMPLtools


NameQtMPLtools JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/dresis/QtMPLtools
SummaryMatplotlib plugins for Qt designer
upload_time2024-01-08 01:19:24
maintainer
docs_urlNone
authorAndy Velasco
requires_python>=3.8
licenseMIT
keywords python qt matplotlib plugins plots
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # QtMPLtools
QtMPLtools is a package that integrates a set of custom Matplotlib plugins for the python GUI editor Qt designer, aiming to be able to drag and drop plot widgets on a GUI form. This package is based on the PyQt6 library (as opposed to PySide6).

## Launching designer

Type the following to launch QT designer with the Matplotlib plugins included:

```python
designer
```

## Checking if there was a successful installation
Once designer is launched, you should see 4 types of matplotlib plots under a 'Plots' group:

<img width="300" alt="mpltools_designer" src="https://github.com/dresis/QtMPLtools/assets/147135495/0be78bf1-dc0e-442d-a7d8-8cdf48ad1779">

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dresis/QtMPLtools",
    "name": "QtMPLtools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "python,qt,matplotlib,plugins,plots",
    "author": "Andy Velasco",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/5c/9a/a6c55ce0bd5a31e771172a8871989643a008c44c089b3fa55630e8449be8/QtMPLtools-1.0.3.tar.gz",
    "platform": null,
    "description": "# QtMPLtools\nQtMPLtools is a package that integrates a set of custom Matplotlib plugins for the python GUI editor Qt designer, aiming to be able to drag and drop plot widgets on a GUI form. This package is based on the PyQt6 library (as opposed to PySide6).\n\n## Launching designer\n\nType the following to launch QT designer with the Matplotlib plugins included:\n\n```python\ndesigner\n```\n\n## Checking if there was a successful installation\nOnce designer is launched, you should see 4 types of matplotlib plots under a 'Plots' group:\n\n<img width=\"300\" alt=\"mpltools_designer\" src=\"https://github.com/dresis/QtMPLtools/assets/147135495/0be78bf1-dc0e-442d-a7d8-8cdf48ad1779\">\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Matplotlib plugins for Qt designer",
    "version": "1.0.3",
    "project_urls": {
        "Homepage": "https://github.com/dresis/QtMPLtools"
    },
    "split_keywords": [
        "python",
        "qt",
        "matplotlib",
        "plugins",
        "plots"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b159dd8ffc9f0aa9f2a73866ee15b1f9b37ddeb84a9c9f21382c774fed66f45",
                "md5": "66a79c5ff78648e44461fe5b52d84070",
                "sha256": "92dcef4cfe0b6d1b563beaa0acc53d43a6df09b412fc7a043cae4e066d92a258"
            },
            "downloads": -1,
            "filename": "QtMPLtools-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "66a79c5ff78648e44461fe5b52d84070",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 266458,
            "upload_time": "2024-01-08T01:19:22",
            "upload_time_iso_8601": "2024-01-08T01:19:22.507698Z",
            "url": "https://files.pythonhosted.org/packages/7b/15/9dd8ffc9f0aa9f2a73866ee15b1f9b37ddeb84a9c9f21382c774fed66f45/QtMPLtools-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c9aa6c55ce0bd5a31e771172a8871989643a008c44c089b3fa55630e8449be8",
                "md5": "1880906b7affb6d6bed527ace9441e9b",
                "sha256": "4f30b1bc56850f809708e6933dc31ad8e868de5b167bdcc12059d9ca3fb08939"
            },
            "downloads": -1,
            "filename": "QtMPLtools-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1880906b7affb6d6bed527ace9441e9b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 265669,
            "upload_time": "2024-01-08T01:19:24",
            "upload_time_iso_8601": "2024-01-08T01:19:24.517489Z",
            "url": "https://files.pythonhosted.org/packages/5c/9a/a6c55ce0bd5a31e771172a8871989643a008c44c089b3fa55630e8449be8/QtMPLtools-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-08 01:19:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dresis",
    "github_project": "QtMPLtools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "qtmpltools"
}
        
Elapsed time: 0.16748s