Skip to content

Commit 4a7101d

Browse files
committed
Deploying to gh-pages from @ 4243dcf 🚀
1 parent 4e1ed5f commit 4a7101d

1,354 files changed

Lines changed: 2648 additions & 2862 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.

Interoperability/index.html

Lines changed: 3 additions & 3 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-
<img src="/GMTjl_doc/assets/Interoperability/code/output/example_1185821875404548154.png" alt="">
578+
<p><span style="color:red;">// Image matching '/assets/Interoperability/code/example_1185821875404548154.png' not found. //</span></p>
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-
<img src="/GMTjl_doc/assets/Interoperability/code/output/example_17709031256156991341.png" alt="">
588+
<p><span style="color:red;">// Image matching '/assets/Interoperability/code/example_17709031256156991341.png' not found. //</span></p>
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-
<img src="/GMTjl_doc/assets/Interoperability/code/output/example_6636495262486652084.png" alt="">
648+
<p><span style="color:red;">// Image matching '/assets/Interoperability/code/example_6636495262486652084.png' not found. //</span></p>
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>

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 = "8aa580966d57346fc598ed978c7c21d8070ac876"
466+
git-tree-sha1 = "827db9ad52993a477e77387eae7568fc74a2d68b"
467467
repo-rev = "master"
468468
repo-url = "https://github.com/GenericMappingTools/GMT.jl.git"
469469
uuid = "5752ebe1-31b9-557e-87aa-f909b540aa54"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
Something went wrong when calling the module. GMT error number = 67
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+

assets/Interoperability/code/output/gmt.history

Lines changed: 0 additions & 15 deletions
This file was deleted.
-2.81 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)