Skip to content

Commit

Permalink
docs: Fix typo in density-groups description.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Dec 4, 2024
1 parent 9933d26 commit 5758077
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/examples/density-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Density Groups

Density plots of penguin bill depths, grouped by species. The normalize parameter supporting different forms of comparison, controlling if an individual density estimate is scaled by total point mass or normalized by the sum or max of the point mass. The stack and offset parameters control stacking of density areas.
Density plots of penguin bill depths, grouped by species. The normalize parameter supports different forms of comparison, controlling if an individual density estimate is scaled by total point mass or normalized by the sum or max of the point mass. The stack and offset parameters control stacking of density areas.

<Example spec="/specs/yaml/density-groups.yaml" />

Expand Down
2 changes: 1 addition & 1 deletion docs/public/specs/json/density-groups.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"title": "Density Groups",
"description": "Density plots of penguin bill depths, grouped by species. The normalize parameter supporting different forms of comparison, controlling if an individual density estimate is scaled by total point mass or normalized by the sum or max of the point mass. The stack and offset parameters control stacking of density areas.\n"
"description": "Density plots of penguin bill depths, grouped by species. The normalize parameter supports different forms of comparison, controlling if an individual density estimate is scaled by total point mass or normalized by the sum or max of the point mass. The stack and offset parameters control stacking of density areas.\n"
},
"data": {
"penguins": {
Expand Down
2 changes: 1 addition & 1 deletion docs/public/specs/yaml/density-groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ meta:
title: Density Groups
description: >
Density plots of penguin bill depths, grouped by species.
The normalize parameter supporting different forms of comparison,
The normalize parameter supports different forms of comparison,
controlling if an individual density estimate is scaled by total point
mass or normalized by the sum or max of the point mass.
The stack and offset parameters control stacking of density areas.
Expand Down
2 changes: 1 addition & 1 deletion specs/json/density-groups.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"title": "Density Groups",
"description": "Density plots of penguin bill depths, grouped by species. The normalize parameter supporting different forms of comparison, controlling if an individual density estimate is scaled by total point mass or normalized by the sum or max of the point mass. The stack and offset parameters control stacking of density areas.\n"
"description": "Density plots of penguin bill depths, grouped by species. The normalize parameter supports different forms of comparison, controlling if an individual density estimate is scaled by total point mass or normalized by the sum or max of the point mass. The stack and offset parameters control stacking of density areas.\n"
},
"data": {
"penguins": {
Expand Down
2 changes: 1 addition & 1 deletion specs/ts/density-groups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Spec } from '@uwdata/mosaic-spec';
export const spec : Spec = {
"meta": {
"title": "Density Groups",
"description": "Density plots of penguin bill depths, grouped by species. The normalize parameter supporting different forms of comparison, controlling if an individual density estimate is scaled by total point mass or normalized by the sum or max of the point mass. The stack and offset parameters control stacking of density areas.\n"
"description": "Density plots of penguin bill depths, grouped by species. The normalize parameter supports different forms of comparison, controlling if an individual density estimate is scaled by total point mass or normalized by the sum or max of the point mass. The stack and offset parameters control stacking of density areas.\n"
},
"data": {
"penguins": {
Expand Down
2 changes: 1 addition & 1 deletion specs/yaml/density-groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ meta:
title: Density Groups
description: >
Density plots of penguin bill depths, grouped by species.
The normalize parameter supporting different forms of comparison,
The normalize parameter supports different forms of comparison,
controlling if an individual density estimate is scaled by total point
mass or normalized by the sum or max of the point mass.
The stack and offset parameters control stacking of density areas.
Expand Down

0 comments on commit 5758077

Please sign in to comment.