Skip to content

Commit b421616

Browse files
author
Danyel Fisher
committed
fixed siteprep examplepage name
1 parent 23c673c commit b421616

33 files changed

+41
-60
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
_site/
22
test.md
33
spec/unused.txt
4+
node_modules/
File renamed without changes.

examples/5_10_density-cat.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: examplepage
3+
description: The number of cars, grouping body style by make.
4+
title: Categorical Density Plot
5+
permalink: /examples/5_10_density-cat.html
6+
image: /img/5_10_density-cat.png
7+
number: 5-10
8+
spec: 5_10_density-cat.vl.json
9+
---
10+
The number of cars, grouping body style by make.

examples/5_11_density-cont.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
layout: page
3-
menu: examples
2+
layout: examplepage
43
description: The joint distribution of efficiency, as measured in MPG, against the weight of the car.
54
title: Continuous Density Plot
65
permalink: /examples/5_11_density-cont.html

examples/5_12_bar-chart.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
layout: page
3-
menu: examples
2+
layout: examplepage
43
description: Bar length shows the average efficiency by body style using the same data as in Figure 5-9.
54
title: Bar Chart
65
permalink: /examples/5_12_bar-chart.html

examples/5_13a_clustered-bar-chart.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
layout: page
3-
menu: examples
2+
layout: examplepage
43
description: Efficiency by body style is now divided into diesel versus gas cars.
54
title: Paired (or Multiple) Series Bar Chart
65
permalink: /examples/5_13a_clustered-bar-chart.html

examples/5_14_justone_pie.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
layout: page
3-
menu: examples
2+
layout: examplepage
43
description: The CFPB data shows the ways that complaints have been closed.
54
title: Pie (or Doughnut) Chart
65
permalink: /examples/5_14_justone_pie.html

examples/5_15_heatmap.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
layout: page
3-
menu: examples
2+
layout: examplepage
43
description: The CFPB data shows the ways that complaints have been closed, broken out by month and year.
54
title: Heatmap
65
permalink: /examples/5_15_heatmap.html

examples/5_16_scatterplot.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
layout: page
3-
menu: examples
2+
layout: examplepage
43
description: The relation between curb weight and MPG for five different styles of car.
54
title: Scatterplot
65
permalink: /examples/5_16_scatterplot.html

examples/5_17_line.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
layout: page
3-
menu: examples
2+
layout: examplepage
43
description: Count of consumer complaints by year and month for the CFPB data.
54
title: Line Chart
65
permalink: /examples/5_17_line.html

0 commit comments

Comments
 (0)