Skip to content

Commit 3fa9b4e

Browse files
committed
Deploying to gh-pages from @ 562ef5f 🚀
1 parent 60ee998 commit 3fa9b4e

1,823 files changed

Lines changed: 4800 additions & 4718 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.

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ <h1>Navigation</h1>
579579

580580
<div class="page-foot">
581581
<div class="copyright">
582-
&copy; GMT.jl. Last modified: November 05, 2025. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>.
582+
&copy; GMT.jl. Last modified: November 06, 2025. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>.
583583
<p>These docs were autogenerated using GMT: v1.33.1</p>
584584
</div>
585585
</div>

Interoperability/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ <h3 id="dataframes"><a href="#dataframes" class="header-anchor">DataFrames</a></
575575
plot&#40;df, show&#61;true&#41;</code></pre></p>
576576
<p>
577577
<a id="example_1185821875404548154">
578-
<p><span style="color:red;">// Image matching '/assets/Interoperability/code/example_1185821875404548154.png' not found. //</span></p>
578+
<img src="/GMTjl_doc/assets/Interoperability/code/output/example_1185821875404548154.png" alt="">
579579
</a>
580580

581581
<p>But one problem with the above solution is that although the <code>df</code> has three columns it only plotted a single curve. This happens because in GMT 3rd and on columns may be used to control color, symbol sizes etc and cannot therefore be assumed to <em>plotting data</em> by default. If we want that all columns are interpreted as data, we use the <code>multicol</code> option, like:</p>
@@ -585,7 +585,7 @@ <h3 id="dataframes"><a href="#dataframes" class="header-anchor">DataFrames</a></
585585
plot&#40;df, legend&#61;:colnames, multicol&#61;true, show&#61;true&#41;</code></pre></p>
586586
<p>
587587
<a id="example_17709031256156991341">
588-
<p><span style="color:red;">// Image matching '/assets/Interoperability/code/example_17709031256156991341.png' not found. //</span></p>
588+
<img src="/GMTjl_doc/assets/Interoperability/code/output/example_17709031256156991341.png" alt="">
589589
</a>
590590

591591
<p>in the example above we took the legend entry from the column names, but if we want to use other labels we can do:</p>
@@ -645,7 +645,7 @@ <h3 id="rasters"><a href="#rasters" class="header-anchor">Rasters</a></h3>
645645
viz&#40;A&#91;Ti&#61;6&#93;, proj&#61;:guess, coast&#61;true, colorbar&#61;true&#41;</code></pre></p>
646646
<p>
647647
<a id="example_6636495262486652084">
648-
<p><span style="color:red;">// Image matching '/assets/Interoperability/code/example_6636495262486652084.png' not found. //</span></p>
648+
<img src="/GMTjl_doc/assets/Interoperability/code/output/example_6636495262486652084.png" alt="">
649649
</a>
650650

651651
<pre><code class="language-julia">viz&#40;A&#91;Ti&#61;1:6&#93;, proj&#61;:Robinson, coast&#61;true, colorbar&#61;true&#41;</code></pre></p>
@@ -664,7 +664,7 @@ <h3 id="rasters"><a href="#rasters" class="header-anchor">Rasters</a></h3>
664664

665665
<div class="page-foot">
666666
<div class="copyright">
667-
&copy; GMT.jl. Last modified: November 05, 2025. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>.
667+
&copy; GMT.jl. Last modified: November 06, 2025. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>.
668668
<p>These docs were autogenerated using GMT: v1.33.1</p>
669669
</div>
670670
</div>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file was generated, do not modify it. # hide
22
begin # hide
33
using GMT # hide
4-
GMT.isFranklin[1] = true # hide
4+
GMT.isFranklin[] = true # hide
55
getpath4docs(file::String) = joinpath("..", "..", "..", "..", "..", file) # hide
66
using GMT, Rasters # Hide
77
import NCDatasets # Hide
@@ -12,8 +12,8 @@ A = Raster(filename); # Hide
1212
G = mat2grid(A[Ti=1:6], offset=-273.15);
1313
viz(G, proj=:Robinson, coast=true, colorbar=true)
1414
end # hide
15-
mv(joinpath(tempdir(), "GMTjl_" * GMT.TMPDIR_USR[2] * "." * "png"), joinpath(@OUTPUT, "example_14493649158334234364.png"), force=true); # hide
16-
GMT.isFranklin[1] = false # hide
17-
GMT.IamModern[1] = false # hide
15+
mv(joinpath(TMPDIR_USR.dir, "GMTjl_" * TMPDIR_USR.username * "." * "png"), joinpath(@OUTPUT, "example_14493649158334234364.png"), force=true); # hide
16+
GMT.isFranklin[] = false # hide
17+
GMT.IamModern[] = false # hide
1818

1919
nothing # hide
46.2 KB
77 KB
350 KB
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
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-
1+
Something went wrong when calling the module. GMT error number = 67
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# GMT 6 Session common arguments shelf
2+
BEGIN GMT 6.7.0
3+
B afWSen
4+
J X
5+
JG G45/0/15c
6+
JX X15c/10c
7+
Jx x2.5
8+
JZ Z15c
9+
R 0.8/10.2/-1/1
10+
X a0i
11+
Y a0i
12+
Z Z
13+
p 90/1.0e-5
14+
@L 1
15+
END
2.81 MB
Binary file not shown.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# This file was generated, do not modify it. # hide
22
begin # hide
33
using GMT # hide
4-
GMT.isFranklin[1] = true # hide
4+
GMT.isFranklin[] = true # hide
55
getpath4docs(file::String) = joinpath("..", "..", "..", "..", "..", file) # hide
66
using GMT
77
basemap(region="-30/30/-20/20", figsize=(12,8),
88
frame=(annot=:a, ticks=:a, xlabel="Standard horizontal label", Yhlabel="@~Y(q)@~",
99
title="Vertical Y-axis label"), show=1)
1010
end # hide
11-
mv(joinpath(tempdir(), "GMTjl_" * GMT.TMPDIR_USR[2] * "." * "png"), joinpath(@OUTPUT, "example_9837621023515778585.png"), force=true); # hide
12-
GMT.isFranklin[1] = false # hide
13-
GMT.IamModern[1] = false # hide
11+
mv(joinpath(TMPDIR_USR.dir, "GMTjl_" * TMPDIR_USR.username * "." * "png"), joinpath(@OUTPUT, "example_9837621023515778585.png"), force=true); # hide
12+
GMT.isFranklin[] = false # hide
13+
GMT.IamModern[] = false # hide
1414

1515
nothing # hide

0 commit comments

Comments
 (0)