@@ -1761,18 +1761,18 @@ Placing a feature on the map means selecting a *reference* point somewhere on th
1761
1761
It may be helpful to consider the analog of a boat dropping an anchor: The boat navigates to the
1762
1762
reference point and then, depending on where on the boat the anchor is located, moves so that the
1763
1763
anchor connection point overlies the reference point, then drops the anchor.
1764
- There are four different ways to specify the reference point on a map, allowing for complete freedom
1764
+ There are five different ways to specify the reference point on a map, allowing for complete freedom
1765
1765
to select any location inside or outside the map. The reference point syntax is [**g **\|\ **j **\|\ **J **\|\ **n **\|\ **x **]\ *refpoint *;
1766
1766
the five codes **g **\|\ **j **\|\ **J **\|\ **n **\|\ **x ** refer to the five ways:
1767
1767
1768
- .. _Reference_Points_g :
1768
+ .. _Reference_Points_g :
1769
1769
1770
1770
#. [**g **] Specify *refpoint * using *data * coordinates, e.g., the longitude and latitude of the reference point.
1771
1771
This mechanism is useful when you want to tie the location of the feature to an actual point
1772
1772
best described by data coordinates. An example of such a reference point might
1773
1773
be **g **\ 135W/20N.
1774
1774
1775
- .. _Reference_Points_j :
1775
+ .. _Reference_Points_j :
1776
1776
1777
1777
#. [**j **] Specify *refpoint * using one of the nine *justification codes *, equivalent to the justification
1778
1778
codes for placing text strings in :doc: `/text `. This mechanism is illustrated in the figure above and
@@ -1786,14 +1786,14 @@ the five codes **g**\|\ **j**\|\ **J**\|\ **n**\|\ **x** refer to the five ways:
1786
1786
justification code. Thus, when using **JTL **\, the anchor point on the map feature will default to **BR **.
1787
1787
This is practical for features that are drawn **outside ** of the basemap (like color bars often are).
1788
1788
1789
- .. _Reference_Points_x :
1789
+ .. _Reference_Points_x :
1790
1790
1791
1791
#. [**x **] Specify *refpoint * using *plot * coordinates, i.e., the distances in inches, centimeters, or
1792
1792
points from the lower left plot origin. This mechanism is preferred when you wish to lay out
1793
1793
map features using familiar measurements of distance from origins. An example of such a reference
1794
1794
point might be **x **\ 2.75i/2c.
1795
1795
1796
- .. _Reference_Points_n :
1796
+ .. _Reference_Points_n :
1797
1797
1798
1798
#. [**n **] Specify *refpoint * using *normalized * coordinates, i.e., fractional coordinates between 0
1799
1799
and 1 in both the *x * and *y * directions. This mechanism avoids units and is useful if you want to always
0 commit comments