-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
108 lines (102 loc) · 2.6 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
project:
type: book
book:
title: "ggplot2: field manual"
author: "Martin Frigaard"
reader-mode: true
site-url: https://mjfrigaard.github.io/fm-ggp2/
repo-url: https://github.com/mjfrigaard/fm-ggp2
repo-branch: main
repo-actions: [edit, issue]
page-footer:
left: |
ggplot2: field manual was written by Martin Frigaard.
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
page-navigation: true
chapters:
- index.qmd
- intro.qmd
- part: univariate.qmd
chapters:
- bar_graphs.qmd
- histograms.qmd
- frequency_polygons.qmd
- dot_plots.qmd
- density_plots.qmd
- violin_plots.qmd
- box_plots.qmd
- part: amounts.qmd
chapters:
- grp_bar_graphs.qmd
- sum_bar_graphs.qmd
- overlapping_bar_graphs.qmd
- heatmaps.qmd
- waffle_charts.qmd
- cleveland_dot_plots.qmd
- part: proportions.qmd
chapters:
- diverging_bar_graphs.qmd
- stacked_filled_density_graphs.qmd
- mosaic_plots.qmd
- pie_charts.qmd
- treemaps.qmd
- part: distributions.qmd
chapters:
- overlapping_histograms.qmd
- overlapping_frequency_polygons.qmd
- overlapping_dot_plots.qmd
- beeswarm_plots.qmd
- overlapping_stacked_density_plots.qmd
- ridgeline_plots.qmd
- grouped_box_plots.qmd
- grouped_violin_plots.qmd
- raincloud_plots.qmd
- part: dates_and_times.qmd
chapters:
- line_graphs.qmd
- grp_line_graphs.qmd
- bump_charts.qmd
- slope_graphs.qmd
- stream_plots.qmd
- alluvial_charts.qmd
- instance_chart.qmd
- part: relationships.qmd
chapters:
- scatter_plot.qmd
- grouped_scatter_plots.qmd
- bubble_charts.qmd
- grouped_bubble_charts.qmd
- parallel_sets.qmd
- density_contours.qmd
- bins_2d.qmd
- hex_bins.qmd
appendices:
- data.qmd
- extensions.qmd
- theme.qmd
format:
html:
theme: [flatly, custom.scss]
highlight-style: arrow
toc: true
toc-depth: 5
toc-location: right
toc-expand: 3
toc-title: Contents
code-link: false
code-block-bg: "#f8f8f8"
code-block-border-left: "#99bbc9"
code-annotations: hover
number-sections: true
callout-appearance: simple
code-fold: show
code-summary: 'show/hide'
df-print: paged
dpi: 320
fig-format: retina
fig-asp: 0.618
fontsize: 1.055em
linestretch: 1.25
execute:
freeze: auto