-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgallery.qmd
More file actions
331 lines (287 loc) · 8.11 KB
/
gallery.qmd
File metadata and controls
331 lines (287 loc) · 8.11 KB
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
---
title: "Gallery"
---
# GMT.jl Gallery
Classic GMT examples ported to Julia. Each example demonstrates specific GMT.jl capabilities.
::: {.grid}
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 01**](gallery/ex01.html)
[{.card-img-top}](gallery/ex01.html)
Contour maps
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 02**](gallery/ex02.html)
[{.card-img-top}](gallery/ex02.html)
Image presentations
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 03**](gallery/ex03.html)
[{.card-img-top}](gallery/ex03.html)
Spectral estimation and xy-plots
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 04**](gallery/ex04.html)
[{.card-img-top}](gallery/ex04.html)
A 3-D perspective mesh plot
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 05**](gallery/ex05.html)
[{.card-img-top}](gallery/ex05.html)
A 3-D illuminated surface (in bw)
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 06**](gallery/ex06.html)
[{.card-img-top}](gallery/ex06.html)
Plotting of histograms
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 07**](gallery/ex07.html)
[{.card-img-top}](gallery/ex07.html)
A simple location map
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 08**](gallery/ex08.html)
[{.card-img-top}](gallery/ex08.html)
A 3-D histogram
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 09**](gallery/ex09.html)
[{.card-img-top}](gallery/ex09.html)
Time-series along tracks
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 10**](gallery/ex10.html)
[{.card-img-top}](gallery/ex10.html)
A geographical bar graph plot
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 12**](gallery/ex12.html)
[{.card-img-top}](gallery/ex12.html)
Optimal triangulation of data
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 13**](gallery/ex13.html)
[{.card-img-top}](gallery/ex13.html)
Plotting of vector fields
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 14**](gallery/ex14.html)
[{.card-img-top}](gallery/ex14.html)
Gridding of data and trend surfaces
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 15**](gallery/ex15.html)
[{.card-img-top}](gallery/ex15.html)
Gridding, contouring, and masking of unconstrained areas
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 16**](gallery/ex16.html)
[{.card-img-top}](gallery/ex16.html)
Gridding of data, continued
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 17**](gallery/ex17.html)
[{.card-img-top}](gallery/ex17.html)
Images clipped by coastlines
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 18**](gallery/ex18.html)
[{.card-img-top}](gallery/ex18.html)
Volumes and Spatial Selections
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 19**](gallery/ex19.html)
[{.card-img-top}](gallery/ex19.html)
Color patterns on maps
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 20**](gallery/ex20.html)
[{.card-img-top}](gallery/ex20.html)
Custom plot symbols
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 21**](gallery/ex21.html)
[{.card-img-top}](gallery/ex21.html)
Time-series of RedHat stock price
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 22**](gallery/ex22.html)
[{.card-img-top}](gallery/ex22.html)
World-wide seismicity of last month
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 23**](gallery/ex23.html)
[{.card-img-top}](gallery/ex23.html)
All great-circle paths lead to Rome
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 24**](gallery/ex24.html)
[{.card-img-top}](gallery/ex24.html)
Data selection based on geospatial criteria
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 25**](gallery/ex25.html)
[{.card-img-top}](gallery/ex25.html)
Global distribution of antipodes
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 26**](gallery/ex26.html)
[{.card-img-top}](gallery/ex26.html)
General vertical perspective projection
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 27**](gallery/ex27.html)
[{.card-img-top}](gallery/ex27.html)
Plotting Sandwell/Smith Mercator img grids
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 28**](gallery/ex28.html)
[{.card-img-top}](gallery/ex28.html)
Mixing UTM and geographic data sets
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 29**](gallery/ex29.html)
[{.card-img-top}](gallery/ex29.html)
Gridding spherical surface data using splines
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 30**](gallery/ex30.html)
[{.card-img-top}](gallery/ex30.html)
Trigonometric functions plotted in graph mode
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 33**](gallery/ex33.html)
[{.card-img-top}](gallery/ex33.html)
Stacking automatically generated cross-profiles
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 34**](gallery/ex34.html)
[{.card-img-top}](gallery/ex34.html)
Using country polygons for plotting and shading
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 35**](gallery/ex35.html)
[{.card-img-top}](gallery/ex35.html)
Spherical triangulation and distance calculations
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 36**](gallery/ex36.html)
[{.card-img-top}](gallery/ex36.html)
Spherical gridding using Renka's algorithms
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 40**](gallery/ex40.html)
[{.card-img-top}](gallery/ex40.html)
Line simplification
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 41**](gallery/ex41.html)
[{.card-img-top}](gallery/ex41.html)
Legend with tables
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 42**](gallery/ex42.html)
[{.card-img-top}](gallery/ex42.html)
Antarctica and stereographic data
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 44**](gallery/ex44.html)
[{.card-img-top}](gallery/ex44.html)
Map insets
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 45**](gallery/ex45.html)
[{.card-img-top}](gallery/ex45.html)
Trend modeling
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 46**](gallery/ex46.html)
[{.card-img-top}](gallery/ex46.html)
Day-light terminators and other sunlight parameters
:::
:::
::: {.g-col-6 .g-col-md-4 .g-col-lg-3}
::: {.card .h-100}
[**Example 48**](gallery/ex48.html)
[{.card-img-top}](gallery/ex48.html)
Line networks, map embellishments, and curved titles
:::
:::
:::