Metadata-Version: 2.1
Name: audplot
Version: 1.0.0
Summary: A Python plotting package
Home-page: https://gitlab.audeering.com/tools/audplot/
Author: Johannes Wagner, Hagen Wierstorf
Author-email: jwagner@audeering.com, hwierstorf@audeering.com
License: MIT License
Project-URL: Documentation, http://tools.pp.audeering.com/audplot/
Keywords: example
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Requires-Dist: audmetric (<2.0.0,>=1.0.1)
Requires-Dist: seaborn

=======
audplot
=======

|tests| |coverage| |docs| |python-versions| |license|

**audplot** includes plotting functions targeted at machine learning problems
like a confusion matrix.


.. badges images and links:
.. |tests| image:: https://github.com/audeering/audplot/workflows/Test/badge.svg
    :target: https://github.com/audeering/audplot/actions?query=workflow%3ATest
    :alt: Test status
.. |coverage| image:: https://codecov.io/gh/audeering/audplot/branch/master/graph/badge.svg?token=t5c5Ky64Ch
    :target: https://codecov.io/gh/audeering/audplot/
    :alt: code coverage
.. |docs| image:: https://img.shields.io/pypi/v/audplot?label=docs
    :target: https://audeering.github.io/audplot/
    :alt: audplot's documentation
.. |license| image:: https://img.shields.io/badge/license-MIT-green.svg
    :target: https://github.com/audeering/audplot/blob/master/LICENSE
    :alt: audplot's MIT license
.. |python-versions| image:: https://img.shields.io/pypi/pyversions/audplot.svg
    :target: https://pypi.org/project/audplot/
    :alt: audplot's supported Python versions

Changelog
=========

All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.


Version 1.0.0 (2020-06-28)
--------------------------

* Added: initial release


.. _Keep a Changelog:
    https://keepachangelog.com/en/1.0.0/
.. _Semantic Versioning:
    https://semver.org/spec/v2.0.0.html


