Skip to content

Commit d9d6ed5

Browse files
committed
Add 2 figs for the DGT tutorial.
Nisc fixes in others
1 parent 0969e5b commit d9d6ed5

10 files changed

Lines changed: 5 additions & 26 deletions

File tree

_assets/portinho.png

567 KB
Loading

_assets/sestrela.jpg

300 KB
Loading

documentation/imgproc/binarize.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
or
99

1010
```julia
11-
Ibw = binarize(I::GMTimage, threshold::Vector{Int}; band::Int=1, revert::Bool=false, bool::Bool=false)
11+
Ibw = binarize(I::GMTimage, threshold::Vector{Int}; band::Int=1, revert::Bool=false, bool::Bool=false)
1212
```
1313

1414
Convert an image to a binary image (black-and-white) using a threshold.

documentation/imgproc/grays2rgb.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ GMT.doc_source_links("grays2rgb")
3131
## See Also
3232

3333
- [Alphabetical Function List](../alphabetical.html)
34-
- [GMT.jl Documentation](https://www.generic-mapping-tools.org/GMTjl_doc/)

documentation/modules/histogram.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,4 @@ GMT.doc_source_links("histogram")
169169
See also
170170
--------
171171

172+
{{< gmtref rescale >}}

documentation/modules/plot.qmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,4 @@ GMT.doc_source_links("plot")
296296
See Also
297297
--------
298298

299-
{{< gmtref plot3 >}}, {{< gmtref scatter >}}, {{< gmtref lines >}}, {{< gmtref bar >}}
300-
301-
[Alphabetical Function List](../alphabetical.html)
299+
{{< gmtref plot3 >}}, {{< gmtref scatter >}}, {{< gmtref lines >}}, {{< gmtref bar >}}

documentation/utilities/parkergrav.qmd

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,3 @@ See Also
9898
--------
9999

100100
{{< gmtref parkermag >}}, {{< gmtref gravfft >}}
101-
102-
```{julia}
103-
#| echo: false
104-
#| output: asis
105-
using GMT
106-
GMT.doc_source_links("parkergrav")
107-
```

examples/choropleths/choro_examples.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,4 @@ colorbar!(pos=(anchor=:MR,length=(12,0.6), offset=(-2.4,-4)), color=C,
163163
axes=(annot=100,), show=true)
164164
```
165165

166-
![](/assets/choropleth_cv19.png){width="250" height="700" .center}
166+
![](/assets/choropleth_cv19.png){width="350" .center}

tutorials/Landsat8/histogram_stretch.jl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,3 @@ md"We have used here the option **auto**=*true* that will try to guess where the
3737

3838
# ╔═╡ 32e2c830-6a3b-11eb-2da3-cd08989b96a5
3939
imshow(I, stretch=[6000 25000])
40-
41-
# ╔═╡ Cell order:
42-
# ╠═dfc4afc0-69ad-11eb-0ece-c7507e610108
43-
# ╠═a02af2c0-69ad-11eb-0cc5-57d1f41ddac5
44-
# ╟─832779c0-6a37-11eb-21ab-79e35f04da4e
45-
# ╠═c7c5e480-6a38-11eb-2273-7dc4ddd09418
46-
# ╟─d07b0c8e-6a38-11eb-3371-69a77e57dae1
47-
# ╠═e0e5ee10-6a38-11eb-0b67-fb9fbf7cbdb4
48-
# ╟─e905b3f0-6a38-11eb-3354-072a5d9152e0
49-
# ╠═32c60de2-6a3a-11eb-1cfd-1b74d0ad957b
50-
# ╟─3a707cb0-6a3a-11eb-3975-b1b091d05e2f
51-
# ╠═32e2c830-6a3b-11eb-2da3-cd08989b96a5

tutorials/remote_datasets/remote_datasets.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ We have processed and reformatted publicly available global data sets (grids and
1111
standardized their file names. In GMT, you may access such data (or a subset only by using the
1212
``region`` option) by specifying the special name
1313

14-
``@remote_name_rru[_reg]``
14+
``@remote_name_rru[_reg]``
1515

1616
Please refer to the [GMT page](https://docs.generic-mapping-tools.org/dev/datasets/remote-data.html#currently-available-remote-data-sets)
1717
for details of what is the `remote`, `name`, `rru` and `reg` parts of the name. Another very important

0 commit comments

Comments
 (0)