komplot


Namekomplot JSON
Version 0.0.1rc2 PyPI version JSON
download
home_pageNone
SummarySimplified matplotlib interface
upload_time2025-01-04 22:53:45
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseBSD 3-Clause License Copyright (c) 2024-2025, Brendt Wohlberg All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords plotting
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Python \>= 3.9](https://img.shields.io/badge/python-3.9+-green.svg)](https://www.python.org/)
[![Package License](https://img.shields.io/github/license/bwohlberg/komplot.svg)](https://github.com/bwohlberg/komplot/blob/main/LICENSE)
[![Code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Documentation Status](https://readthedocs.org/projects/komplot/badge/?version=latest)](http://komplot.readthedocs.io/en/latest/?badge=latest)
[![PyPI package version](https://badge.fury.io/py/komplot.svg)](https://badge.fury.io/py/komplot)
[![Run notebook on google colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/bwohlberg/komplot/blob/main/examples/komplot.ipynb)


# KomPlot

KomPlot provides a convenience layer around selected [matplotlib](https://matplotlib.org) plotting functions, making it possible to construct a useful plot in a single function call, which is particularly useful for use within an interactive [ipython](https://ipython.org) or [JupyterLab](https://jupyter.org) session. KomPlot also provides a number of interactive controls, including zooming by mouse wheel scroll, colormap shifts when viewing images, and shifting between displayed slices of a volume.


## Installation

The [online documentation](https://komplot.rtfd.io) includes [installation instructions](https://komplot.rtfd.io/en/latest/install.html).


## Usage Examples

Usage examples are available in directory `examples`.


## License

KomPlot is distributed as open-source software under a BSD 3-Clause License (see the `LICENSE` file for details).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "komplot",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "plotting",
    "author": null,
    "author_email": "Brendt Wohlberg <brendt@ieee.org>",
    "download_url": "https://files.pythonhosted.org/packages/4e/03/da4128b0ee24b81b7e94dceec75bfe3d3e1ff857619a40167a5bc73f7197/komplot-0.0.1rc2.tar.gz",
    "platform": null,
    "description": "[![Python \\>= 3.9](https://img.shields.io/badge/python-3.9+-green.svg)](https://www.python.org/)\n[![Package License](https://img.shields.io/github/license/bwohlberg/komplot.svg)](https://github.com/bwohlberg/komplot/blob/main/LICENSE)\n[![Code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Documentation Status](https://readthedocs.org/projects/komplot/badge/?version=latest)](http://komplot.readthedocs.io/en/latest/?badge=latest)\n[![PyPI package version](https://badge.fury.io/py/komplot.svg)](https://badge.fury.io/py/komplot)\n[![Run notebook on google colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/bwohlberg/komplot/blob/main/examples/komplot.ipynb)\n\n\n# KomPlot\n\nKomPlot provides a convenience layer around selected [matplotlib](https://matplotlib.org) plotting functions, making it possible to construct a useful plot in a single function call, which is particularly useful for use within an interactive [ipython](https://ipython.org) or [JupyterLab](https://jupyter.org) session. KomPlot also provides a number of interactive controls, including zooming by mouse wheel scroll, colormap shifts when viewing images, and shifting between displayed slices of a volume.\n\n\n## Installation\n\nThe [online documentation](https://komplot.rtfd.io) includes [installation instructions](https://komplot.rtfd.io/en/latest/install.html).\n\n\n## Usage Examples\n\nUsage examples are available in directory `examples`.\n\n\n## License\n\nKomPlot is distributed as open-source software under a BSD 3-Clause License (see the `LICENSE` file for details).\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2024-2025, Brendt Wohlberg All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "Simplified matplotlib interface",
    "version": "0.0.1rc2",
    "project_urls": {
        "homepage": "https://komplot.readthedocs.io",
        "source": "https://github.com/bwohlberg/komplot"
    },
    "split_keywords": [
        "plotting"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f53f9ebf56454f47cd9a39798be45b36924255e625fdd1b11b7bf01c5a10a166",
                "md5": "71416ff772f30af379b23d76b7828e60",
                "sha256": "94ac1d042f9ddffd89e71a988db8e456c58a8e3533df0a2fb75f267a9f9bbea2"
            },
            "downloads": -1,
            "filename": "komplot-0.0.1rc2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "71416ff772f30af379b23d76b7828e60",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 29208,
            "upload_time": "2025-01-04T22:53:43",
            "upload_time_iso_8601": "2025-01-04T22:53:43.618022Z",
            "url": "https://files.pythonhosted.org/packages/f5/3f/9ebf56454f47cd9a39798be45b36924255e625fdd1b11b7bf01c5a10a166/komplot-0.0.1rc2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e03da4128b0ee24b81b7e94dceec75bfe3d3e1ff857619a40167a5bc73f7197",
                "md5": "cc8b08e98e7b1e6ab20f663bcb265358",
                "sha256": "96d0e8dd083d84de640ed1a19ba2bb43af1980860453a1c3e58da824f98d70ea"
            },
            "downloads": -1,
            "filename": "komplot-0.0.1rc2.tar.gz",
            "has_sig": false,
            "md5_digest": "cc8b08e98e7b1e6ab20f663bcb265358",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 32370,
            "upload_time": "2025-01-04T22:53:45",
            "upload_time_iso_8601": "2025-01-04T22:53:45.553769Z",
            "url": "https://files.pythonhosted.org/packages/4e/03/da4128b0ee24b81b7e94dceec75bfe3d3e1ff857619a40167a5bc73f7197/komplot-0.0.1rc2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-04 22:53:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bwohlberg",
    "github_project": "komplot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "komplot"
}
        
Elapsed time: 0.37909s