Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 51466bb

Browse files
committed
correct the wrong spelling of "kernal" to "kernel"
1 parent d92345f commit 51466bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2340,7 +2340,7 @@ def create_distplot(hist_data, group_labels,
23402340
BETA function that creates a distplot similar to seaborn.distplot
23412341
23422342
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
23442344
or (b) normal curve, and (3) rug plot. Additionally, multiple distplots
23452345
(from multiple datasets) can be created in the same plot.
23462346
@@ -3404,7 +3404,7 @@ def make_hist(self):
34043404

34053405
def make_kde(self):
34063406
"""
3407-
Makes the kernal density estimation(s) for create_distplot().
3407+
Makes the kernel density estimation(s) for create_distplot().
34083408
34093409
This is called when curve_type = 'kde' in create_distplot().
34103410

0 commit comments

Comments
 (0)