Skip to content

Commit 380e86e

Browse files
fbourgeyyuanx749
andauthored
Update pandas/plotting/_core.py
Co-authored-by: Xiao Yuan <[email protected]>
1 parent b1141e6 commit 380e86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/plotting/_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1472,7 +1472,7 @@ def kde(
14721472
If None (default), 'scott' is used.
14731473
See :class:`scipy.stats.gaussian_kde` for more information.
14741474
weights : NumPy array, optional
1475-
Weights of datapoints. This must be the same shape as dataset.
1475+
Weights of datapoints. This must be the same shape as datapoints.
14761476
If None (default), the samples are assumed to be equally weighted.
14771477
ind : NumPy array or int, optional
14781478
Evaluation points for the estimated PDF. If None (default),

0 commit comments

Comments
 (0)