معرفی شرکت ها


audplot-1.4.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Python plotting package
ویژگی مقدار
سیستم عامل OS Independent
نام فایل audplot-1.4.3
نام audplot
نسخه کتابخانه 1.4.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Johannes Wagner, Hagen Wierstorf
ایمیل نویسنده jwagner@audeering.com, hwierstorf@audeering.com
آدرس صفحه اصلی https://github.com/audeering/audplot/
آدرس اینترنتی https://pypi.org/project/audplot/
مجوز MIT License
======= 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/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.4.3 (2022-10-14) -------------------------- * Fixed: require ``matplotlib!=3.6.1`` to avoid failing of ``audplot.distribution()`` Version 1.4.2 (2022-01-07) -------------------------- * Fixed: make ``audplot.scatter(..., fit=True)`` plots reproducible by using a fixed seed for bootstrapping Version 1.4.1 (2022-01-04) -------------------------- * Added: Python 3.9 support * Fixed: contributing text * Removed: Python 3.6 support Version 1.4.0 (2021-12-10) -------------------------- * Added: ``fit`` and ``order`` arguments to ``audplot.scatter()`` * Changed: ``audplot.scatter()`` shows just a scatter plot with default arguments Version 1.3.2 (2021-11-17) -------------------------- * Changed: show frequency instead of counts on the y-axis for ``audplot.distribution()`` * Fixed: ``audplot.distribution()`` bins now independently for each distribution, which ensures the same distribution is always plotted the same way Version 1.3.1 (2021-11-03) -------------------------- * Fixed: building public documentation in CI pipeline Version 1.3.0 (2021-11-03) -------------------------- * Added: ``audplot.waveform()`` * Added: ``label_aliases`` argument to ``audplot.confusion_matrix()`` * Changed: show grid lines and remove top ad right axes as default * Changed: Use ``seaborn.histplot()`` in ``audplot.distribution()`` * Fixed: xticks position for time axes Version 1.2.0 (2021-07-30) -------------------------- * Added: ``audplot.detection_error_tradeoff()`` Version 1.1.0 (2021-07-27) -------------------------- * Added: ``audplot.human_format()`` * Added: ``show_both`` argument to ``audplot.confusion_matrix()`` which allows showing percentage and absolute numbers in the same figure * Changed: switch from ``True`` to ``False`` as default for ``percentage`` argument of ``audplot.confusion_matrix()`` Version 1.0.3 (2021-07-22) -------------------------- * Fixed: install missing ``libsndfile1`` when publishing docs * Fixed: calculate minimum and maximum in ``scatter()`` and ``series()`` Version 1.0.2 (2021-07-13) -------------------------- * Added: ``cepstrum()``, ``signal()``, ``spectrum()`` Version 1.0.1 (2021-07-05) -------------------------- * Fixed: URLs to documentation and source code inside Python package Version 1.0.0 (2021-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


نیازمندی

مقدار نام
- audmath
>=1.1.0 audmetric
!=3.6.1 matplotlib
- seaborn


نحوه نصب


نصب پکیج whl audplot-1.4.3:

    pip install audplot-1.4.3.whl


نصب پکیج tar.gz audplot-1.4.3:

    pip install audplot-1.4.3.tar.gz