@@ -22,6 +22,14 @@ You can pass tidy data to *Lets-Plot* in form of a Kotlin `Map`.
2222
2323- <a href =" aesthetics.md#text " >Text</a >
2424
25+ Cookbooks:
26+
27+ - [ Point shapes] ( %nb-aesthetics-point_shapes% )
28+ - [ Line types] ( %nb-aesthetics-line_types% )
29+ - [ System colors] ( %nb-aesthetics-system_colors% )
30+ - [ Text] ( %nb-aesthetics-text_style% )
31+ - [ Overriding default grouping with the group aesthetic] ( %nb-group_override_defaults% )
32+
2533## Basic Building Blocks
2634
2735Points:
5967[ ` label ` ] ( %api_geom%/geom-label/index.html ) ,
6068[ ` label repel ` ] ( %api_geom%/geom-label-repel/index.html )
6169
62- Examples :
70+ Cookbooks :
6371
64- - [ Inset map of Kotlin island ] ( %nb-spatialdataset_kotlin_isl % )
72+ - [ Missing values: line, path, area, and ribbon ] ( %nb-missing_values_line_path_area_ribbon % )
6573- [ Drawing graph edges] ( %nb-graph_edges% )
6674- [ Formatting labels on plots] ( %nb-formatting_axes_etc% )
6775- [ Text geoms] ( %nb-text_geoms% )
@@ -77,6 +85,10 @@ Examples:
7785- [ ` stroke ` aesthetic] ( %nb-aes_stroke% )
7886- [ Configuring nudge units in position adjustments] ( %nb-position_nudge_unit% )
7987
88+ Demos:
89+
90+ - [ Inset map of Kotlin island] ( %nb-spatialdataset_kotlin_isl% )
91+
8092
8193## Discrete
8294
@@ -89,7 +101,7 @@ Examples:
89101Learn more:
90102<a href =" as_discrete.md " >Working with Categorical Variables and the <format style =" bold " >asDiscrete()</format > Function</a >
91103
92- Examples :
104+ Cookbooks :
93105
94106- [ Barchart] ( %nb-bar% )
95107- [ Pie-chart] ( %nb-geom_pie% )
@@ -109,7 +121,7 @@ Examples:
109121[ ` contours ` ] ( %api_geom%/geom-contour/index.html ) ,
110122[ ` filled contours ` ] ( %api_geom%/geom-contour-filled/index.html )
111123
112- Examples :
124+ Cookbooks :
113125
114126- [ Contours] ( %nb-contours% )
115127
@@ -125,7 +137,7 @@ Examples:
125137[ ` ridgeline ` ] ( %api_geom%/geom-area-ridges/index.html ) ,
126138[ ` frequency polygon ` ] ( %api_geom%/geom-freqpoly/index.html )
127139
128- Examples :
140+ Cookbooks :
129141
130142- [ Distributions] ( %nb-distributions% )
131143- [ Dotplot geometry] ( %nb-geom_dotplot% )
@@ -143,7 +155,7 @@ Examples:
143155[ ` statSummary() ` ] ( %api_stat%/stat-summary/index.html ) ,
144156[ ` statSummaryBin() ` ] ( %api_stat%/stat-summary-bin/index.html )
145157
146- Examples :
158+ Cookbooks :
147159
148160- [ ECDF stat] ( %nb-stat_ecdf% )
149161- [ Summary stat] ( %nb-stat_summary% )
@@ -154,7 +166,7 @@ Examples:
154166
155167[ ` function ` ] ( %api_geom%/geom-function/index.html )
156168
157- Examples :
169+ Cookbooks :
158170
159171- [ Function geometry] ( %nb-geom_function% )
160172
@@ -166,7 +178,7 @@ Examples:
166178[ ` linerange ` ] ( %api_geom%/geom-line-range/index.html ) ,
167179[ ` pointrange ` ] ( %api_geom%/geom-point-range/index.html )
168180
169- Examples :
181+ Cookbooks :
170182
171183- [ Plotting means and error ranges] ( %nb-error_bars% )
172184- [ Geometries with dual orientation] ( %nb-horizontal_geoms% )
@@ -176,7 +188,7 @@ Examples:
176188
177189[ ` smoothing line ` ] ( %api_geom%/geom-smooth/index.html )
178190
179- Examples :
191+ Cookbooks :
180192
181193- [ Smoothing] ( %nb-geom_smooth% )
182194- [ Draw a scatter plot] ( %nb-scatter_plot% )
@@ -187,12 +199,14 @@ Examples:
187199[ ` 2d bins ` ] ( %api_geom%/geom-bin2-d/index.html ) ,
188200[ ` 2d hexagonal bins ` ] ( %api_geom%/geom-hex/index.html ) ,
189201[ ` 2d density ` ] ( %api_geom%/geom-density2-d/index.html ) ,
190- [ ` filled 2d density ` ] ( %api_geom%/geom-density2-d-filled/index.html )
202+ [ ` filled 2d density ` ] ( %api_geom%/geom-density2-d-filled/index.html ) ,
203+ [ ` pointdensity ` ] ( %api_geom%/geom-point-density/index.html )
191204
192- Examples :
205+ Cookbooks :
193206
194207- [ 2d density] ( %nb-density_2d% )
195208- [ Hexagonal heatmap] ( %nb-geom_hex% )
209+ - [ Pointdensity geometry] ( %nb-geom_pointdensity% )
196210- [ Absolute unit specification for width and height aesthetics] ( %nb-param_width_unit% )
197211
198212
@@ -202,7 +216,7 @@ Examples:
202216
203217See also: [ Joint Plot] ( bistro.md#joint-plot ) , [ Residual Plot] ( bistro.md#residual-plot ) .
204218
205- Examples :
219+ Cookbooks :
206220
207221- [ Marginal plots] ( %nb-marginal_layers% )
208222
@@ -239,18 +253,21 @@ This is in contrast to R's ggplot2, which provides separate "date", "time", and
239253
240254 - ` Date `
241255
242- Examples :
256+ Cookbooks :
243257
244258- [ Scale time] ( %nb-scale_time% )
245259- [ Plotting time series] ( %nb-time_date_datetime% )
260+
261+ Demos:
262+
246263- [ Bitcoin daily trend visualization] ( %nb-trading_chart% )
247264
248265
249266## Images
250267
251268[ ` geomImshow() ` ] ( %api_geom%/geom-imshow.html )
252269
253- Examples :
270+ Cookbooks :
254271
255272- [ ` geomImshow() ` ] ( %nb-image_101% )
256273- [ The ` extent ` parameter] ( %nb-image_extent% )
@@ -266,7 +283,7 @@ Examples:
266283[ ` coordFlip() ` ] ( %api_coord%/coord-flip.html ) ,
267284[ ` coordMap() ` ] ( %api_coord%/coord-map.html )
268285
269- Examples :
286+ Cookbooks :
270287
271288- [ Flipped coordinates] ( %nb-coord_flip% )
272289- [ Polar coordinate system] ( %nb-coord_polar% )
@@ -279,7 +296,7 @@ Examples:
279296[ ` guides() ` ] ( %api_scale%/guides.html ) ,
280297[ ` layerKey() ` ] ( %api_scale%/layer-key.html )
281298
282- Examples :
299+ Cookbooks :
283300
284301- [ Legend customization] ( %nb-legend% )
285302- [ Manual legend] ( %nb-manual_legend% )
0 commit comments