Skip to content

Commit f78cfae

Browse files
committed
feat(eda.plot): increase # of bins and ngroups
bins -> 50 ngroups -> 20 for aesthetic reason.
1 parent 50436b3 commit f78cfae

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)