Skip to content

Commit 2735787

Browse files
authored
Merge pull request #318 from sfu-db/feat/num-of-bins
feat(eda.plot): increase # of bins and ngroups
2 parents 50436b3 + f78cfae commit 2735787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dataprep/eda/distribution/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ def plot(
2222
y: Optional[str] = None,
2323
z: Optional[str] = None,
2424
*,
25-
bins: int = 10,
26-
ngroups: int = 10,
25+
bins: int = 50,
26+
ngroups: int = 20,
2727
largest: bool = True,
2828
nsubgroups: int = 5,
2929
timeunit: str = "auto",

0 commit comments

Comments
 (0)