Skip to content

Commit 97389f4

Browse files
committed
Deploying to gh-pages from @ da13321 🚀
1 parent 0aeed81 commit 97389f4

246 files changed

Lines changed: 476 additions & 373 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ version = "3.14.1+0"
463463

464464
[[deps.GMT]]
465465
deps = ["Dates", "Downloads", "GDAL_jll", "GMT_jll", "Ghostscript_jll", "InteractiveUtils", "LASzip_jll", "Leptonica_jll", "LinearAlgebra", "PROJ_jll", "PrecompileTools", "Printf", "SparseArrays", "Statistics", "Tables"]
466-
git-tree-sha1 = "39ba11affef84c79c9578cee436fd037ab9c4563"
466+
git-tree-sha1 = "416c05322cad8efc7752915a063f594bd9683fbb"
467467
repo-rev = "master"
468468
repo-url = "https://github.com/GenericMappingTools/GMT.jl.git"
469469
uuid = "5752ebe1-31b9-557e-87aa-f909b540aa54"

assets/geophysics/seismicity/01_focalmec/code/output/gmt.history

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ B afWSen
44
J X
55
JN N180.0/15c
66
JX X15c/10c
7-
R 0.04/0.78/0.08/0.8
7+
R 0.18/0.372/0.08/0.8
88
Y 4.666666666666667c
99
@L 1
1010
END

assets/tutorials/blender_shading/blender_rt/code/example_figure.jl

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ begin # hide
33
using GMT # hide
44
GMT.isFranklin[1] = true # hide
55
getpath4docs(file::String) = joinpath("..", "..", "..", "..", "..", file) # hide
6-
using GMT
7-
8-
I = grdimage(Gwib, C=:earth, img_out=true); # Hide
9-
Iblend = gmtread("https://oceania.generic-mapping-tools.org/cache/wiberia_shade_blender.png"); # Hide
10-
# Blend the tint and the shades (darken)
11-
Iburn = blendimg!(I, Iblend, mode="LinearBurn", new=true);
12-
13-
# Apply illunination to the previous image
14-
Ib = blendimg!(Iburn, Iblend, mode="Screen", new=true);
15-
6+
using GMT
7+
8+
I = grdimage(Gwib, C=:earth, img_out=true); # Hide
9+
Iblend = gmtread("https://oceania.generic-mapping-tools.org/cache/wiberia_shade_blender.png"); # Hide
10+
# Blend the tint and the shades (darken)
11+
Iburn = blendimg!(I, Iblend, mode="LinearBurn", new=true);
12+
13+
# Apply illunination to the previous image
14+
Ib = blendimg!(Iburn, Iblend, mode="Screen", new=true);
15+
1616
viz(Ib, coast=true)
1717
end # hide
18-
mv(joinpath(tempdir(), "GMTjl_" * GMT.TMPDIR_USR[2] * "." * "png"), joinpath(@OUTPUT, "example_8455266836820414466.png"), force=true); # hide
18+
mv(joinpath(tempdir(), "GMTjl_" * GMT.TMPDIR_USR[2] * "." * "png"), joinpath(@OUTPUT, "example_9095517609425410923.png"), force=true); # hide
1919
GMT.isFranklin[1] = false # hide
2020
GMT.IamModern[1] = false # hide
2121

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
MethodError: no method matching setindex!(::Base.RefValue{Bool}, ::Bool, ::Int64)
2+
3+
Closest candidates are:
4+
setindex!(::Base.RefValue, ::Any)
5+
@ Base refvalue.jl:60
6+
setindex!(::Ref, ::Any, !Matched::CartesianIndex{0})
7+
@ Base multidimensional.jl:1942
8+

0 commit comments

Comments
 (0)