Skip to content

Commit

Permalink
Merge pull request #174 from s-lasch/patch-12
Browse files Browse the repository at this point in the history
Update density-plot.js
  • Loading branch information
holtzy committed Jul 17, 2023
2 parents e3f8c25 + 5272ca4 commit e6d9b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/density-plot.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import FunctionExploration from '../components/FunctionExploration'
import Spacing from "../components/Spacing";

const chartDescription =
"<p>Density plots allow to visualize the distribution of a numeric variable for one or several groups. They are very well adapted for large dataset, as stated in data-to-viz.com. Note that 2 approaches exist to build them in python: the first one consists in computing a kernel density estimate, the second one in building a high resolution histogram.</p>";
"<p>Density plots allow you to visualize the distribution of a numeric variable for one or several groups. They are very well adapted for large datasets, as stated in data-to-viz.com. Note that 2 approaches exist to build them in python: the first one consists of computing a kernel density estimate, and the second one involves building a high resolution histogram.</p>";

const quickCode = `# library & dataset
import seaborn as sns
Expand Down

0 comments on commit e6d9b6a

Please sign in to comment.