File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -2340,7 +2340,7 @@ def create_distplot(hist_data, group_labels,
2340
2340
BETA function that creates a distplot similar to seaborn.distplot
2341
2341
2342
2342
The distplot can be composed of all or any combination of the following
2343
- 3 components: (1) histogram, (2) curve: (a) kernal density estimation
2343
+ 3 components: (1) histogram, (2) curve: (a) kernel density estimation
2344
2344
or (b) normal curve, and (3) rug plot. Additionally, multiple distplots
2345
2345
(from multiple datasets) can be created in the same plot.
2346
2346
@@ -3404,7 +3404,7 @@ def make_hist(self):
3404
3404
3405
3405
def make_kde (self ):
3406
3406
"""
3407
- Makes the kernal density estimation(s) for create_distplot().
3407
+ Makes the kernel density estimation(s) for create_distplot().
3408
3408
3409
3409
This is called when curve_type = 'kde' in create_distplot().
3410
3410
You can’t perform that action at this time.
0 commit comments