Skip to content

Commit d6ee717

Browse files
committed
Built site for gh-pages
1 parent c496b49 commit d6ee717

11 files changed

Lines changed: 8110 additions & 6883 deletions

File tree

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9ec3db8a
1+
04f2de45

documentation/alphabetical.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1899,10 +1899,14 @@ <h2 class="anchored" data-anchor-id="m">M</h2>
18991899
<td>Utilities</td>
19001900
</tr>
19011901
<tr class="odd">
1902-
<td><a href="utilities/mosaic.html"><code>mosaic</code></a></td>
1902+
<td><a href="utilities/montage.html"><code>montage</code></a></td>
19031903
<td>Utilities</td>
19041904
</tr>
19051905
<tr class="even">
1906+
<td><a href="utilities/mosaic.html"><code>mosaic</code></a></td>
1907+
<td>Utilities</td>
1908+
</tr>
1909+
<tr class="odd">
19061910
<td><a href="modules/movie.html"><code>movie</code></a></td>
19071911
<td>Modules</td>
19081912
</tr>

documentation/modules/subplot.html

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ <h2 id="toc-title">On this page</h2>
457457
<li><a href="#examples" id="toc-examples" class="nav-link" data-scroll-target="#examples">Examples</a></li>
458458
<li><a href="#restriction" id="toc-restriction" class="nav-link" data-scroll-target="#restriction">Restriction</a></li>
459459
<li><a href="#source-code" id="toc-source-code" class="nav-link" data-scroll-target="#source-code">Source Code</a></li>
460+
<li><a href="#see-also" id="toc-see-also" class="nav-link" data-scroll-target="#see-also">See Also</a></li>
460461
</ul>
461462
</nav>
462463
</div>
@@ -534,12 +535,12 @@ <h2 class="anchored" data-anchor-id="optional-arguments">Optional Arguments</h2>
534535
<li><p><strong>J</strong> or <strong>proj</strong> or <strong>projection</strong> : – <em>proj=<parameters></parameters></em><br>
535536
Select map projection. More at <a href="../../documentation/common_opts/common_opts.html#proj">proj</a></p></li>
536537
<li><p><strong>M</strong> or <strong>margins</strong> : – <em>margins=val</em><br>
537-
This is margin space that is added <em>between</em> neighboring subplots (i.e., the interior margins) <em>in addition</em> to the automatic space added for tick marks, annotations, and labels. The margins can be specified as a single value (for same margin on all sides), a pair of values separated by slashes (for setting separate horizontal and vertical margins), or the full set of four slash-separated margins (for setting separate left, right, bottom, and top margins). The actual gap created is always a sum of the margins for the two opposing sides (e.g., east plus west or south plus north margins) [Default is half the primary annotation font size, giving the full annotation font size as the default gap].</p></li>
538+
This is margin space that is added <em>between</em> neighboring subplots (i.e., the interior margins) <em>in addition</em> to the automatic space added for tick marks, annotations, and labels. The margins can be specified as a single value (for same margin on all sides), a pair of values separated by slashes (or in a tuple) (for setting separate horizontal and vertical margins), or the full set of four slash-separated margins (for setting separate left, right, bottom, and top margins). The actual gap created is always a sum of the margins for the two opposing sides (e.g., east plus west or south plus north margins) [Default is half the primary annotation font size, giving the full annotation font size as the default gap].</p></li>
538539
<li><p><strong>R</strong> or <strong>region</strong> or <strong>limits</strong> : – <em>limits=(xmin, xmax, ymin, ymax)</em> <strong>|</strong> <em>limits=(BB=(xmin, xmax, ymin, ymax),)</em> <strong>|</strong> <em>limits=(LLUR=(xmin, xmax, ymin, ymax),units=“unit”)</em> <strong>|</strong> …more<br>
539540
Specify the region of interest. More at <a href="../../documentation/common_opts/common_opts.html#limits">limits</a>. For perspective view <strong>view</strong>, optionally add <em>zmin,zmax</em>. This option may be used to indicate the range used for the 3-D axes. You may ask for a larger w/e/s/n region to have more room between the image and the axes.</p></li>
540-
<li><p><strong>SC</strong> or <strong>col_axes</strong> or <strong>colaxes</strong> or <strong>sharex</strong> : – <em>col_axes=(top=““, bott=”“, bottom=”“, label=”“, grid=pen))</em><br>
541+
<li><p><strong>SC</strong> or <strong>col_axes</strong> or <strong>colaxes</strong> or <strong>sharex</strong> : – <em>col_axes=(top=““, bott=”“, bottom=”“, label=”“, grid=pen)</em><br>
541542
</p></li>
542-
<li><p><strong>SR</strong> or <strong>row_axes</strong> or <strong>rowaxes</strong> or <strong>sharey</strong> : – <em>row_axes=(left=““, right=”“, label=”“, parallel=”“, row_title=”t”, top_row_title=““, grid=pen))</em><br>
543+
<li><p><strong>SR</strong> or <strong>row_axes</strong> or <strong>rowaxes</strong> or <strong>sharey</strong> : – <em>row_axes=(left=““, right=”“, label=”“, parallel=”“, row_title=”t”, top_row_title=““, grid=pen)</em><br>
543544
Set subplot layout for shared axes. May be set separately for rows (<strong>row_axes</strong>) and columns (<strong>col_axes</strong>).<br>
544545
Considerations for <strong>col_axes</strong>:<br>
545546
Use when all subplots in a column share a common <em>x</em>-range. The first (i.e., <strong>top</strong>) and the last (i.e., <strong>bottom</strong>) rows will have <em>x</em> annotations; append <strong>top=““</strong> or <strong>bott=““</strong> to select only one of those two rows [both].</p>
@@ -596,7 +597,7 @@ <h2 class="anchored" data-anchor-id="synopsis-end-mode">Synopsis (end mode)</h2>
596597
<section id="examples" class="level2">
597598
<h2 class="anchored" data-anchor-id="examples">Examples</h2>
598599
<p>To make a minimalistic 3x3 basemap layout, try::</p>
599-
<div id="16b1ba12" class="cell" data-execution_count="1">
600+
<div id="8e042164" class="cell" data-execution_count="1">
600601
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb2"><pre class="sourceCode julia code-with-copy"><code class="sourceCode julia"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="im">using</span> <span class="bu">GMT</span></span>
601602
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a><span class="fu">subplot</span>(grid<span class="op">=</span><span class="st">"3x3"</span>, panels_size<span class="op">=</span>(<span class="fl">5</span>,<span class="fl">7</span>), region<span class="op">=</span>(<span class="fl">0</span>, <span class="fl">100</span>, <span class="fl">0</span>, <span class="fl">80</span>), frame<span class="op">=:</span>WSen, autolabel<span class="op">=</span><span class="fl">1</span>, margins<span class="op">=</span><span class="st">"6p"</span>)</span>
602603
<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a> <span class="fu">basemap</span>(panel<span class="op">=</span><span class="fl">1</span>)</span>
@@ -611,10 +612,20 @@ <h2 class="anchored" data-anchor-id="examples">Examples</h2>
611612
<span id="cb2-12"><a href="#cb2-12" aria-hidden="true" tabindex="-1"></a> <span class="fu">basemap</span>(panel<span class="op">=</span><span class="st">"next"</span>, proj<span class="op">=:</span>geog, figsize<span class="op">=</span><span class="st">"auto,auto"</span>)</span>
612613
<span id="cb2-13"><a href="#cb2-13" aria-hidden="true" tabindex="-1"></a> <span class="fu">basemap</span>(panel<span class="op">=</span><span class="st">"next"</span>, proj<span class="op">=:</span>geog, figsize<span class="op">=</span><span class="st">"auto"</span>)</span>
613614
<span id="cb2-14"><a href="#cb2-14" aria-hidden="true" tabindex="-1"></a><span class="fu">subplot</span>(<span class="op">:</span>show)</span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
615+
<div class="cell-output cell-output-stderr">
616+
<div class="ansi-escaped-output">
617+
<pre><span class="ansi-green-fg ansi-bold">Precompiling</span> packages...
618+
619+
66187.2 ms<span class="ansi-green-fg"></span>GMT
620+
621+
1 dependency successfully precompiled in 71 seconds. 80 already precompiled.
622+
</pre>
623+
</div>
624+
</div>
614625
<div class="cell-output cell-output-display">
615626
<div>
616627
<figure class="figure">
617-
<p><img src="subplot_files/figure-html/cell-2-output-1.png" class="img-fluid figure-img"></p>
628+
<p><img src="subplot_files/figure-html/cell-2-output-2.png" class="img-fluid figure-img"></p>
618629
</figure>
619630
</div>
620631
</div>
@@ -630,7 +641,7 @@ <h2 class="anchored" data-anchor-id="examples">Examples</h2>
630641
<span id="cb3-8"><a href="#cb3-8" aria-hidden="true" tabindex="-1"></a> <span class="fu">plot</span>([<span class="fl">50</span> <span class="fl">40</span>], marker<span class="op">=:</span>star, mc<span class="op">=:</span>blue)</span>
631642
<span id="cb3-9"><a href="#cb3-9" aria-hidden="true" tabindex="-1"></a><span class="fu">subplot</span>(<span class="op">:</span>show)</span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
632643
<p>Use variable panels with variable sizes:</p>
633-
<div id="f8f4249e" class="cell" data-execution_count="2">
644+
<div id="1898c666" class="cell" data-execution_count="2">
634645
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb4"><pre class="sourceCode julia code-with-copy"><code class="sourceCode julia"><span id="cb4-1"><a href="#cb4-1" aria-hidden="true" tabindex="-1"></a><span class="im">using</span> <span class="bu">GMT</span></span>
635646
<span id="cb4-2"><a href="#cb4-2" aria-hidden="true" tabindex="-1"></a><span class="fu">subplot</span>(grid<span class="op">=</span>(<span class="fl">3</span>,<span class="fl">2</span>), dims<span class="op">=</span>(panels<span class="op">=</span><span class="cn">true</span>, sizes<span class="op">=</span>((<span class="st">"2i"</span>,<span class="st">"4i"</span>),(<span class="st">"2.5i"</span>,<span class="st">"5i"</span>,<span class="st">"1.25i"</span>))), row_axes<span class="op">=</span>(left<span class="op">=</span><span class="cn">true</span>, parallel<span class="op">=</span><span class="cn">true</span>),</span>
636647
<span id="cb4-3"><a href="#cb4-3" aria-hidden="true" tabindex="-1"></a> col_axes<span class="op">=</span>(bott<span class="op">=</span><span class="cn">true</span>,), margins<span class="op">=</span><span class="fl">0</span>, autolabel<span class="op">=</span>(label<span class="op">=:</span>A, vertical<span class="op">=</span><span class="cn">true</span>), title<span class="op">=</span><span class="st">"Variable dimensions"</span>)</span>
@@ -672,6 +683,13 @@ <h2 class="anchored" data-anchor-id="source-code">Source Code</h2>
672683
<li><a href="https://github.com/GenericMappingTools/GMT.jl/blob/master/src/subplot.jl#L37"><code>subplot(; ...)</code></a> - subplot.jl:37</li>
673684
<li><a href="https://github.com/GenericMappingTools/GMT.jl/blob/master/src/subplot.jl#L37"><code>subplot(fim::Union{AbstractString, Symbol}; stop, kwargs...)</code></a> - subplot.jl:37</li>
674685
</ul>
686+
</section>
687+
<section id="see-also" class="level2">
688+
<h2 class="anchored" data-anchor-id="see-also">See Also</h2>
689+
<p><a href="../..\documentation/modules/choropleth.html">choropleth</a>, <a href="../..\documentation/modules/montage.html">montage</a>, <a href="../..\documentation/modules/plot.html">plot</a></p>
690+
<ul>
691+
<li><a href="../alphabetical.html">Alphabetical Function List</a></li>
692+
</ul>
675693

676694

677695
</section>
83.4 KB
Loading

0 commit comments

Comments
 (0)