@@ -1892,17 +1892,15 @@ def set_anchor(self, anchor, share=False):
18921892 Either an (*x*, *y*) pair of relative coordinates (0 is left or
18931893 bottom, 1 is right or top), 'C' (center), or a cardinal direction
18941894 ('SW', southwest, is bottom left, etc.). str inputs are shorthands
1895- for (*x*, *y*) coordinates, as shown in the following table::
1896-
1897- .. code-block:: none
1898-
1899- +-----------------+-----------------+-----------------+
1900- | 'NW' (0.0, 1.0) | 'N' (0.5, 1.0) | 'NE' (1.0, 1.0) |
1901- +-----------------+-----------------+-----------------+
1902- | 'W' (0.0, 0.5) | 'C' (0.5, 0.5) | 'E' (1.0, 0.5) |
1903- +-----------------+-----------------+-----------------+
1904- | 'SW' (0.0, 0.0) | 'S' (0.5, 0.0) | 'SE' (1.0, 0.0) |
1905- +-----------------+-----------------+-----------------+
1895+ for (*x*, *y*) coordinates, as shown in the following diagram::
1896+
1897+ ┌─────────────────┬─────────────────┬─────────────────┐
1898+ │ 'NW' (0.0, 1.0) │ 'N' (0.5, 1.0) │ 'NE' (1.0, 1.0) │
1899+ ├─────────────────┼─────────────────┼─────────────────┤
1900+ │ 'W' (0.0, 0.5) │ 'C' (0.5, 0.5) │ 'E' (1.0, 0.5) │
1901+ ├─────────────────┼─────────────────┼─────────────────┤
1902+ │ 'SW' (0.0, 0.0) │ 'S' (0.5, 0.0) │ 'SE' (1.0, 0.0) │
1903+ └─────────────────┴─────────────────┴─────────────────┘
19061904
19071905 share : bool, default: False
19081906 If ``True``, apply the settings to all shared Axes.
0 commit comments