qtb-plot


Nameqtb-plot JSON
Version 0.3.51 PyPI version JSON
download
home_pagehttps://gitlab.com/marvin.vanaalst/qtb-plot
SummaryStandard plotting styles of our institute
upload_time2024-04-08 01:11:43
maintainerNone
docs_urlNone
authorMarvin van Aalst
requires_python<4.0,>=3.8
licenseGPL-4
keywords plotting
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # QTB Plot

[![pipeline status](https://gitlab.com/marvin.vanaalst/qtb-plot/badges/main/pipeline.svg)](https://gitlab.com/marvin.vanaalst/qtb-plot/-/commits/main)
[![coverage report](https://gitlab.com/marvin.vanaalst/qtb-plot/badges/main/coverage.svg)](https://gitlab.com/marvin.vanaalst/qtb-plot/-/commits/main)
[![PyPi](https://img.shields.io/pypi/v/qtb-plot)](https://pypi.org/project/qtb-plot/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
[![Downloads](https://pepy.tech/badge/qtb-plot)](https://pepy.tech/project/qtb-plot)

This package is basically just a convenience matplotlib option setter.
You have two ways of using it.
With `set_style` you set the style for the entire notebook or whatever session
you are working in and with `plotting_context` you create a context manager
that will only set the style locally for the current plot.

Take a look at the supplied tutorial notebok to see how this is done.


The easiest way of installing the package is to cd into the package folder and to install it locally with
`pip install -e .`

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/marvin.vanaalst/qtb-plot",
    "name": "qtb-plot",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "plotting",
    "author": "Marvin van Aalst",
    "author_email": "marvin.vanaalst@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/49/ad/8404041830b4a40a60fd15bfae1ea3e0b8a6762ec7fa0d2c68eb9d81c397/qtb_plot-0.3.51.tar.gz",
    "platform": null,
    "description": "# QTB Plot\n\n[![pipeline status](https://gitlab.com/marvin.vanaalst/qtb-plot/badges/main/pipeline.svg)](https://gitlab.com/marvin.vanaalst/qtb-plot/-/commits/main)\n[![coverage report](https://gitlab.com/marvin.vanaalst/qtb-plot/badges/main/coverage.svg)](https://gitlab.com/marvin.vanaalst/qtb-plot/-/commits/main)\n[![PyPi](https://img.shields.io/pypi/v/qtb-plot)](https://pypi.org/project/qtb-plot/)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)\n[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)\n[![Downloads](https://pepy.tech/badge/qtb-plot)](https://pepy.tech/project/qtb-plot)\n\nThis package is basically just a convenience matplotlib option setter.\nYou have two ways of using it.\nWith `set_style` you set the style for the entire notebook or whatever session\nyou are working in and with `plotting_context` you create a context manager\nthat will only set the style locally for the current plot.\n\nTake a look at the supplied tutorial notebok to see how this is done.\n\n\nThe easiest way of installing the package is to cd into the package folder and to install it locally with\n`pip install -e .`\n",
    "bugtrack_url": null,
    "license": "GPL-4",
    "summary": "Standard plotting styles of our institute",
    "version": "0.3.51",
    "project_urls": {
        "Homepage": "https://gitlab.com/marvin.vanaalst/qtb-plot",
        "Repository": "https://gitlab.com/marvin.vanaalst/qtb-plot"
    },
    "split_keywords": [
        "plotting"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2a9e96fe64f899aa0442f6255b26c92f6509215e36b0b88c8eaf64c017aca5d",
                "md5": "52d489fe80675c2d18ee75b98f5502df",
                "sha256": "2e5aed648064bf5b5bb8b7080582b11fefb4e1a3452c1c98c49adf1c51958124"
            },
            "downloads": -1,
            "filename": "qtb_plot-0.3.51-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "52d489fe80675c2d18ee75b98f5502df",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 7942,
            "upload_time": "2024-04-08T01:11:41",
            "upload_time_iso_8601": "2024-04-08T01:11:41.301642Z",
            "url": "https://files.pythonhosted.org/packages/d2/a9/e96fe64f899aa0442f6255b26c92f6509215e36b0b88c8eaf64c017aca5d/qtb_plot-0.3.51-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "49ad8404041830b4a40a60fd15bfae1ea3e0b8a6762ec7fa0d2c68eb9d81c397",
                "md5": "a4f4b778527c9efbe18811484f80814b",
                "sha256": "c67a8e9261e2c7e8cb174b02fb505e4b2025218fd05894136de554fc08339412"
            },
            "downloads": -1,
            "filename": "qtb_plot-0.3.51.tar.gz",
            "has_sig": false,
            "md5_digest": "a4f4b778527c9efbe18811484f80814b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 8119,
            "upload_time": "2024-04-08T01:11:43",
            "upload_time_iso_8601": "2024-04-08T01:11:43.076093Z",
            "url": "https://files.pythonhosted.org/packages/49/ad/8404041830b4a40a60fd15bfae1ea3e0b8a6762ec7fa0d2c68eb9d81c397/qtb_plot-0.3.51.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-08 01:11:43",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "marvin.vanaalst",
    "gitlab_project": "qtb-plot",
    "lcname": "qtb-plot"
}
        
Elapsed time: 0.23948s