Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ac06e4c

Browse filesBrowse files
committed
Merge pull request plotly#433 from yuan3y/patch-1
correct the wrong spelling of "kernal" to "kernel"
2 parents d92345f + 51466bb commit ac06e4c
Copy full SHA for ac06e4c

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎plotly/tools.py

Copy file name to clipboardExpand all lines: plotly/tools.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.