We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb23c57 commit 4d04868Copy full SHA for 4d04868
1 file changed
pygmt/src/scalebar.py
@@ -39,15 +39,9 @@ def scalebar( # noqa: PLR0913
39
Specify the location of the scale bar. See :class:`pygmt.params.Position` for
40
more details.
41
length
42
- Length of the scale bar in km. You can append different units to the length,
43
- which are:
44
-
45
- - **e**: meters
46
- - **f**: feet
47
- - **k**: kilometers
48
- - **M**: statute mile
49
- - **n**: nautical miles
50
- - **u**: US Survey foot
+ Length of the scale bar in km. Append a suffix to specify different units. Valid
+ units are: **e**: meters; **f**: feet; **k**: kilometers; **M**: statute mile;
+ **n**: nautical miles; **u**: US Survey foot.
51
scale_position
52
Specify the location where on a geographic map the scale applies. It can be:
53
0 commit comments