Metadata-Version: 2.1
Name: md-plot
Version: 0.1.2
Summary: Draws a mirrored density plot for each input column
Home-page: UNKNOWN
Author: TinoGehlert
Author-email: tinogehlert@aol.com
License: GNU General Public License v3 (GPLv3)
Download-URL: https://github.com/TinoGehlert/md_plot/archive/v0.1.2.tar.gz
Project-URL: R-Version, https://cran.r-project.org/web/packages/DataVisualizations/index.html
Project-URL: Source, https://github.com/TinoGehlert/md_plot
Keywords: data_science violin density_plot
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Requires-Dist: pandas (>=0.24.2)
Requires-Dist: numpy (>=1.16)
Requires-Dist: scipy (>=1.1.0)
Requires-Dist: matplotlib (>=3.1.0)
Requires-Dist: plotnine (>=0.5.1)
Requires-Dist: unidip (>=0.1.1)

Mirrored Density Plot
=====================

This function creates a MD-plot for each column of the dataframe. The MD-plot is a visualization
for a boxplot-like Shape of the PDF published in [Thrun/Ultsch, 2019]. It is an improvement of
violin or so-called bean plots and posses advantages in comparison to the conventional well-known
box plot [Thrun/Ultsch, 2019]. This is the Python implementation of the function MD-Plot contained 
in R package [DataVisualizations](https://cran.r-project.org/web/packages/DataVisualizations/index.html)

Basic Usage
^^^^^^^^^^^

todo


