You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><p><strong>J</strong> or <strong>proj</strong> or <strong>projection</strong> : – <em>proj=<parameters></parameters></em><br>
535
536
Select map projection. More at <ahref="../../documentation/common_opts/common_opts.html#proj">proj</a></p></li>
536
537
<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>
538
539
<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>
539
540
Specify the region of interest. More at <ahref="../../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>
541
542
</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>
543
544
Set subplot layout for shared axes. May be set separately for rows (<strong>row_axes</strong>) and columns (<strong>col_axes</strong>).<br>
544
545
Considerations for <strong>col_axes</strong>:<br>
545
546
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>
0 commit comments