Metadata-Version: 2.1
Name: qtb-plot
Version: 0.3.1
Summary: Standard plotting styles of our institute
Home-page: https://gitlab.com/marvin.vanaalst/qtb-plot
License: GPL-4
Keywords: plotting
Author: Marvin van Aalst
Author-email: marvin.vanaalst@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: matplotlib (>=3.6.0,<4.0.0)
Project-URL: Repository, https://gitlab.com/marvin.vanaalst/qtb-plot
Description-Content-Type: text/markdown

# 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/)
[![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 .`

