wxmplot


Namewxmplot JSON
Version 0.9.58 PyPI version JSON
download
home_pagehttps://github.com/newville/wxmplot
SummarywxPython plotting widgets using matplotlib
upload_time2023-10-13 17:02:17
maintainer
docs_urlNone
authorMatthew Newville
requires_python>=3.8
licenseMIT License
keywords wxpython matplotlib
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
WXMPlot provides advanced wxPython widgets for plotting and image display
of scientific data based on matplotlib. While matplotlib provides excellent
general purpose plotting functionality and supports many GUI and non-GUI
backends it does not have a very tight integration with any particular GUI
toolkit. With a large number of plotting components and options, it is not
easy for programmers to select plotting options for every stuation and not
easy for end users to manipulate matplotlib plots.  Similarly, while
wxPython has some plotting functionality, it has nothing as good or
complete as matplotlib. The WXMPlot package attempts to bridge that gap.
With the plotting and image display Panels and Frames from WXMPlot,
programmers are able to provide plotting widgets that make it easy for end
users to customize plots and interact with their data.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/newville/wxmplot",
    "name": "wxmplot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "wxPython matplotlib",
    "author": "Matthew Newville",
    "author_email": "matt.newville@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5a/d1/5796f99f60f14c49d84ccc3c59979b8cf8181697fad69fb5c93be02f3f06/wxmplot-0.9.58.tar.gz",
    "platform": "any",
    "description": "\nWXMPlot provides advanced wxPython widgets for plotting and image display\nof scientific data based on matplotlib. While matplotlib provides excellent\ngeneral purpose plotting functionality and supports many GUI and non-GUI\nbackends it does not have a very tight integration with any particular GUI\ntoolkit. With a large number of plotting components and options, it is not\neasy for programmers to select plotting options for every stuation and not\neasy for end users to manipulate matplotlib plots.  Similarly, while\nwxPython has some plotting functionality, it has nothing as good or\ncomplete as matplotlib. The WXMPlot package attempts to bridge that gap.\nWith the plotting and image display Panels and Frames from WXMPlot,\nprogrammers are able to provide plotting widgets that make it easy for end\nusers to customize plots and interact with their data.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "wxPython plotting widgets using matplotlib",
    "version": "0.9.58",
    "project_urls": {
        "Documentation": "https://newville.github.io/wxmplot/",
        "Homepage": "https://github.com/newville/wxmplot",
        "Source": "https://github.com/newville/wxmplot",
        "Tracker": "https://github.com/newville/wxmplot/issues"
    },
    "split_keywords": [
        "wxpython",
        "matplotlib"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d54c02109b447cc7b5fdbe42a0f1077d38e0189c721e362b020fc40a9bd5fad",
                "md5": "012a562d5f13abcd6020e1eff94ff52c",
                "sha256": "ab99f8f3a34b15b91024dbc4146b9d0f80384f50c1f922b7b0499736a2d8914a"
            },
            "downloads": -1,
            "filename": "wxmplot-0.9.58-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "012a562d5f13abcd6020e1eff94ff52c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 97429,
            "upload_time": "2023-10-13T17:02:15",
            "upload_time_iso_8601": "2023-10-13T17:02:15.903928Z",
            "url": "https://files.pythonhosted.org/packages/5d/54/c02109b447cc7b5fdbe42a0f1077d38e0189c721e362b020fc40a9bd5fad/wxmplot-0.9.58-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ad15796f99f60f14c49d84ccc3c59979b8cf8181697fad69fb5c93be02f3f06",
                "md5": "91a0486781253258a7039f65eb1ee552",
                "sha256": "6e1e2f626c8e33c7a76a1f392a96f3341fbe7531a7533828e552b9ae46429925"
            },
            "downloads": -1,
            "filename": "wxmplot-0.9.58.tar.gz",
            "has_sig": false,
            "md5_digest": "91a0486781253258a7039f65eb1ee552",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 137954,
            "upload_time": "2023-10-13T17:02:17",
            "upload_time_iso_8601": "2023-10-13T17:02:17.759549Z",
            "url": "https://files.pythonhosted.org/packages/5a/d1/5796f99f60f14c49d84ccc3c59979b8cf8181697fad69fb5c93be02f3f06/wxmplot-0.9.58.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-13 17:02:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "newville",
    "github_project": "wxmplot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "wxmplot"
}
        
Elapsed time: 0.64013s