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
from md_plot import MDplot, load_examples
dctExamples = load_examples()
MDplot(dctExamples[“BimodalArtificial”])
Release files for md-plot 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| md_plot-0.2.0.tar.gz | 3.3 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| md_plot-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.1 MB
Release files / md_plot-0.2.0.tar.gz
| Download URL | md_plot-0.2.0.tar.gz |
|---|---|
| Size | 3.3 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c014ec4c6bfe10c39e39641eca1617d557f0d8102195fe99f74a889c1db836d6
|
|
BLAKE2b-256 checksum How to use checksums |
28b570202062b3451d856d948c5a6a69b942bb620b361920d0ff6c1adc8b6897
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.9
|
Release files / md_plot-0.2.0-py3-none-any.whl
| Download URL | md_plot-0.2.0-py3-none-any.whl |
|---|---|
| Size | 1.9 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
868d4c7d3ae54d4de3dc83b0f0adf5264f8a7a8513a31fdc36ecab9e31872de1
|
|
BLAKE2b-256 checksum How to use checksums |
37025332e964459b63aa330fabc8ad10de891c48f994c749183228bb18f55de3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.9
|