Skip to content

Commit 1c3d7b6

Browse files
committed
Update 02-geoviz.qmd
1 parent 56ae2ca commit 1c3d7b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

02-geoviz.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ are loaded in the same session:
4949
using GeoStats
5050
```
5151

52-
## viz/viz!
52+
## The viz/viz! function
5353

5454
The main visualization function that the framework provides is the
5555
`viz`/`viz!` function. The `viz` function *creates a scene* and displays
@@ -250,7 +250,7 @@ viz(fig[2, 2], world.geometry, color = area.(world.geometry))
250250
fig
251251
```
252252

253-
## viewer
253+
## Basic viewer
254254

255255
As geospatial data scientists we are often interested in quick inspection
256256
of intermediate results from multivariate geostatistical analysis. Visualizing
@@ -300,7 +300,7 @@ geotable |> viewer
300300

301301
:::
302302

303-
## cbar
303+
## Color bars
304304

305305
Any vector of Julia objects implementing the `getcolors`
306306
function from the [Colorfy.jl](https://github.com/JuliaGraphics/Colorfy.jl)

0 commit comments

Comments
 (0)