Skip to content

Commit 35d270d

Browse files
committed
Minor fix
1 parent 2e497ab commit 35d270d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/mlab.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ class GaussianKDE:
778778
array, otherwise a 2D array with shape (# of dims, # of data).
779779
bw_method : {'scott', 'silverman'} or float or callable, optional
780780
The method used to calculate the estimator bandwidth. If a
781-
float, this will be used directly as `!factor`. If a
781+
float, this will be used directly as `!kde.factor`. If a
782782
callable, it should take a `GaussianKDE` instance as only
783783
parameter and return a float. If None (default), 'scott' is used.
784784
@@ -795,7 +795,7 @@ class GaussianKDE:
795795
the covariance matrix is multiplied.
796796
covariance : ndarray
797797
The covariance matrix of *dataset*, scaled by the calculated bandwidth
798-
(`!factor`).
798+
(`!kde.factor`).
799799
inv_cov : ndarray
800800
The inverse of *covariance*.
801801

0 commit comments

Comments
 (0)