Skip to content

Commit

Permalink
Merge pull request #318 from sfu-db/feat/num-of-bins
Browse files Browse the repository at this point in the history
feat(eda.plot): increase # of bins and ngroups
  • Loading branch information
jinglinpeng authored Sep 4, 2020
2 parents 50436b3 + f78cfae commit 2735787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dataprep/eda/distribution/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ def plot(
y: Optional[str] = None,
z: Optional[str] = None,
*,
bins: int = 10,
ngroups: int = 10,
bins: int = 50,
ngroups: int = 20,
largest: bool = True,
nsubgroups: int = 5,
timeunit: str = "auto",
Expand Down

0 comments on commit 2735787

Please sign in to comment.