Skip to content

Commit

Permalink
0.2.4 version update
Browse files Browse the repository at this point in the history
  • Loading branch information
pog87 committed Jun 16, 2020
1 parent 7050086 commit ccd0d6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ptitprince/PtitPrince.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
matplotlib
numpy>=1.13 #for conda
numpy>=1.13
scipy
#new besion
seaborn>=0.10
pandas>= 1.0

0 comments on commit ccd0d6c

Please sign in to comment.