pyqtgraph-ext


Namepyqtgraph-ext JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://github.com/marcel-goldschen-ohm/pyqtgraph-ext
SummaryCollection of PyQtGraph widgets/tools.
upload_time2024-04-30 21:46:44
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT
keywords pyqt pyside pyqtgraph
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyqtgraph-ext
Collection of [PyQtGraph](https://www.pyqtgraph.org) widgets/tools with custom styling or behavior.

- [Install](#install)
- [AxisRegion](#axisregion)
- [View](#view)
- [Plot](#plot)
- [Figure](#figure)
- [PlotGrid](#plotgrid)
- [Graph](#graph)

# Install
Should work with PySide6, PyQt6, or PyQt5.
```shell
pip install PySide6 pyqtgraph-ext
```

# AxisRegion
`pyqtgraph.LinearRegionItem` with text label.

# View
`pyqtgraph.ViewBox` that knows how to draw `AxisRegion`s.

# Plot
`pyqtgraph.PlotItem` with MATLAB styling.

# Figure
`pyqtgraph.PlotWidget` with MATLAB styling.

# PlotGrid
`pyqtgraph.GraphicsLayoutWidget` that can set the size of all `View`s to be the same.

# Graph
`pyqtgraph.PlotDataItem` with context menu and style dialog.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/marcel-goldschen-ohm/pyqtgraph-ext",
    "name": "pyqtgraph-ext",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "PyQt, PySide, pyqtgraph",
    "author": null,
    "author_email": "Marcel Goldschen-Ohm <goldschen-ohm@utexas.edu>",
    "download_url": "https://files.pythonhosted.org/packages/9b/55/eb79f2edb6c84ede2b58b9c3f90fa9a7d842b76ae6268c724d7fcdcd5b9d/pyqtgraph_ext-1.2.0.tar.gz",
    "platform": null,
    "description": "# pyqtgraph-ext\nCollection of [PyQtGraph](https://www.pyqtgraph.org) widgets/tools with custom styling or behavior.\n\n- [Install](#install)\n- [AxisRegion](#axisregion)\n- [View](#view)\n- [Plot](#plot)\n- [Figure](#figure)\n- [PlotGrid](#plotgrid)\n- [Graph](#graph)\n\n# Install\nShould work with PySide6, PyQt6, or PyQt5.\n```shell\npip install PySide6 pyqtgraph-ext\n```\n\n# AxisRegion\n`pyqtgraph.LinearRegionItem` with text label.\n\n# View\n`pyqtgraph.ViewBox` that knows how to draw `AxisRegion`s.\n\n# Plot\n`pyqtgraph.PlotItem` with MATLAB styling.\n\n# Figure\n`pyqtgraph.PlotWidget` with MATLAB styling.\n\n# PlotGrid\n`pyqtgraph.GraphicsLayoutWidget` that can set the size of all `View`s to be the same.\n\n# Graph\n`pyqtgraph.PlotDataItem` with context menu and style dialog.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Collection of PyQtGraph widgets/tools.",
    "version": "1.2.0",
    "project_urls": {
        "Homepage": "https://github.com/marcel-goldschen-ohm/pyqtgraph-ext",
        "Repository": "https://github.com/marcel-goldschen-ohm/pyqtgraph-ext"
    },
    "split_keywords": [
        "pyqt",
        " pyside",
        " pyqtgraph"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78d8618634815d01bf7782e956cfe6b2d9499ccaa0e19b4a8f63847c57412c90",
                "md5": "183031e7402426213b84ad0fc0876870",
                "sha256": "a173652a8385423fe14af6bab852e632986c06ff9c45fb00c0a1dd4eb1831d5a"
            },
            "downloads": -1,
            "filename": "pyqtgraph_ext-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "183031e7402426213b84ad0fc0876870",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 19145,
            "upload_time": "2024-04-30T21:46:43",
            "upload_time_iso_8601": "2024-04-30T21:46:43.247462Z",
            "url": "https://files.pythonhosted.org/packages/78/d8/618634815d01bf7782e956cfe6b2d9499ccaa0e19b4a8f63847c57412c90/pyqtgraph_ext-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b55eb79f2edb6c84ede2b58b9c3f90fa9a7d842b76ae6268c724d7fcdcd5b9d",
                "md5": "5f2a8baf8ce11d15485249babf00ec4f",
                "sha256": "bdca9d091795f203f9c7ecb9e8d793538cce981c05ba6e51b3266111ac436948"
            },
            "downloads": -1,
            "filename": "pyqtgraph_ext-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5f2a8baf8ce11d15485249babf00ec4f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 14833,
            "upload_time": "2024-04-30T21:46:44",
            "upload_time_iso_8601": "2024-04-30T21:46:44.955123Z",
            "url": "https://files.pythonhosted.org/packages/9b/55/eb79f2edb6c84ede2b58b9c3f90fa9a7d842b76ae6268c724d7fcdcd5b9d/pyqtgraph_ext-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 21:46:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "marcel-goldschen-ohm",
    "github_project": "pyqtgraph-ext",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyqtgraph-ext"
}
        
Elapsed time: 0.26631s