Skip to content

Commit

Permalink
updated infos
Browse files Browse the repository at this point in the history
  • Loading branch information
pog87 committed Sep 3, 2019
1 parent 1b1dbbf commit 1668bb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.[email protected]',
license='MIT',
packages=['ptitprince'],
install_requires=[
Expand Down

0 comments on commit 1668bb6

Please sign in to comment.