Skip to content

Commit b411608

Browse files
committed
Com
1 parent dd7d1cd commit b411608

File tree

6 files changed

+4
-3
lines changed

6 files changed

+4
-3
lines changed

gallery/ex07.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(7) A simple location map
1+
# (7) A simple location map
22

33
Many scientific papers start out by showing a location map of the region of interest. This map will
44
typically also contain certain features and labels. This example will present a location map for the

gallery/ex13.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gdzdy = gmt("grdmath ? DDY", Gz);
1919
subplot(grid=(2,2), splot_size=15, margins=0.1, title="z(x,y) = x@~\327@~exp(-x@+2@+-y@+2@+)")
2020
grdcontour(Gz, cont=0.05, annot=0.1, labels=(dist=5,), smooth=4, ticks=(gap=(0.25,0.08),))
2121
subplot(:set, panel=(1,2))
22-
grdcontour!(Gz, cont=0.05, labels=(dist=5,), smooth=4)
22+
grdcontour(Gz, cont=0.05, labels=(dist=5,), smooth=4)
2323
grdvector(Gdzdx, Gdzdy, inc=0.2, arrow=(len=0.25, shape=0.5, stop=true, norm=0.6),
2424
fill=:black, pen=1, vec_scale=2)
2525
subplot(:set, panel=(2,1))

gallery/ex25.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The call to \myreflink{grdimage} includes the **interp=:n** to suspend interpola
2424

2525
\begin{examplefig}{}
2626
```julia
27-
using GMT
27+
using GMT, Printf
2828
resetGMT() # hide
2929

3030
Gwetdry = grdlandmask(region=:global360, inc="30m", res=:crude, area=500, N="-1/1/1/1/1", reg=true);

gallery/ex33.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ resetGMT() # hide
1313
makecpt(cmap=:rainbow, range=(-5000,-2000))
1414
G = grdcut("@earth_relief_01m", region=(-118,-107,-49,-42))
1515
grdimage(G, shade=(angle=15, norm="e0.75"), proj=:merc)
16+
resetGMT() # Need to find a fix for this. It lets the API in a geog mode
1617

1718
# Select two points along the ridge
1819
ridge_pts = [-111.6 -43.0; -113.3 -47.5];

gallery/tillelogo_ex33.jpg

55.4 KB
Loading

gallery/tillelogo_ex34.jpg

38.7 KB
Loading

0 commit comments

Comments
 (0)