Skip to content

Commit 5039540

Browse files
committed
Alias as offset (D) and fix indentation on close (L)
1 parent 6ea53ee commit 5039540

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pygmt/base_plotting.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ def grdview(self, grid, **kwargs):
609609
A="straight_lines",
610610
B="frame",
611611
C="cmap",
612-
D="position",
612+
D="offset",
613613
E="error_bars",
614614
G="color",
615615
J="projection",
@@ -686,7 +686,7 @@ def plot(self, x=None, y=None, data=None, sizes=None, direction=None, **kwargs):
686686
respectively.
687687
{B}
688688
{CPT}
689-
position : str
689+
offset : str
690690
``dx/dy``.
691691
Offset the plot symbol or line locations by the given amounts
692692
*dx/dy* [Default is no offset]. If *dy* is not given it is set
@@ -697,9 +697,9 @@ def plot(self, x=None, y=None, data=None, sizes=None, direction=None, **kwargs):
697697
:gmt-docs:`plot.html#e`.
698698
{G}
699699
close : str
700-
``[+b|d|D][+xl|r|x0][+yl|r|y0][+ppen]``.
701-
Force closed polygons. Full documentation is at
702-
:gmt-docs:`plot.html#l`.
700+
``[+b|d|D][+xl|r|x0][+yl|r|y0][+ppen]``.
701+
Force closed polygons. Full documentation is at
702+
:gmt-docs:`plot.html#l`.
703703
no_clip : bool or str
704704
``'[c|r]'``.
705705
Do NOT clip symbols that fall outside map border [Default plots

0 commit comments

Comments
 (0)