diff --git a/README.md b/README.md index 2b3d2f3..d299f6e 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ or cloning this repo in your working directory. ----- - I tried to port to python the Raincloud plot (or PetitPrince plot, depending on the orientation) from R (under ggplot2) to Python. The Raincloud plot is a variant of the violin plot written in R ggplot2 by [Micah Allen](https://micahallen.org/2018/03/15/introducing-raincloud-plots/). Everithing started with this xkcd comic, making fun of the violin plot. + I tried to port to python the Raincloud plot (or PetitPrince plot, depending on the orientation) from R (under ggplot2) to Python. The Raincloud plot is a variant of the violin plot written in R ggplot2 by [Micah Allen](https://micahallen.org/2018/03/15/introducing-raincloud-plots/). Everithing started with this [xkcd](https://imgs.xkcd.com/comics/violin_plots.png) comic, making fun of the violin plot. + -![xkcd](https://imgs.xkcd.com/comics/violin_plots.png) --- diff --git a/setup.py b/setup.py index 35312e9..e1b1d88 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ description='A Python implementation of Rainclouds, originally on R, ggplot2. Written on top of seaborn.', url='http://github.com/pog87/PtitPrince', author='Davide Poggiali', - author_email='poggiali@math.unipd.it', + author_email='davide.poggiali@unipd.it', license='MIT', packages=['ptitprince'], install_requires=[