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

Skip to content

correct the wrong spelling of "kernal" to "kernel" #433

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plotly/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -2340,7 +2340,7 @@ def create_distplot(hist_data, group_labels,
BETA function that creates a distplot similar to seaborn.distplot

The distplot can be composed of all or any combination of the following
3 components: (1) histogram, (2) curve: (a) kernal density estimation
3 components: (1) histogram, (2) curve: (a) kernel density estimation
or (b) normal curve, and (3) rug plot. Additionally, multiple distplots
(from multiple datasets) can be created in the same plot.

Expand Down Expand Up @@ -3404,7 +3404,7 @@ def make_hist(self):

def make_kde(self):
"""
Makes the kernal density estimation(s) for create_distplot().
Makes the kernel density estimation(s) for create_distplot().

This is called when curve_type = 'kde' in create_distplot().

Expand Down