Metadata-Version: 2.4
Name: audplot
Version: 1.4.9
Summary: A Python plotting package
Author-email: Johannes Wagner <jwagner@audeering.com>, Hagen Wierstorf <hwierstorf@audeering.com>
License-Expression: MIT
Project-URL: repository, https://github.com/audeering/audplot/
Project-URL: documentation, https://audeering.github.io/audplot/
Keywords: plot,machine learning
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: audmath
Requires-Dist: audmetric>=1.1.0
Requires-Dist: matplotlib!=3.6.1
Requires-Dist: pandas>=2.1.0
Requires-Dist: seaborn
Dynamic: license-file

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

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

**audplot** includes plotting functions targeted at
signal processing (e.g. spectral images)
and machine learning problems (e.g. 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/main/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/main/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
