diff --git a/ptitprince/PtitPrince.py b/ptitprince/PtitPrince.py index bcec253..8eb8bfe 100644 --- a/ptitprince/PtitPrince.py +++ b/ptitprince/PtitPrince.py @@ -719,8 +719,7 @@ def RainCloud(x = None, y = None, hue = None, data = None, offset float, adjusts cloud position to the x-axis kwargs can be passed to the [cloud (default), boxplot, rain/stripplot, pointplot] - by preponing [cloud_, box_, rain_, point_] to the argument name. - Preponing nothing implies pass the kwarg to cloud + by preponing [cloud_, box_, rain_ point_] to the argument name. ''' if orient == 'h': #swap x and y diff --git a/requirements.txt b/requirements.txt index dc5bb71..ddf9a6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ matplotlib -numpy>=1.13 #for conda +numpy>=1.13 scipy -#new besion seaborn>=0.10 pandas>= 1.0