Skip to content

Commit 6964fe1

Browse files
Correct syntax for error_bar of pygmt.Figure.plot (#2183)
Co-authored-by: Dongdong Tian <[email protected]>
1 parent c76dbf5 commit 6964fe1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pygmt/src/plot.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ def plot(self, data=None, x=None, y=None, size=None, direction=None, **kwargs):
118118
*dx/dy* [Default is no offset]. If *dy* is not given it is set
119119
equal to *dx*.
120120
error_bar : bool or str
121-
[**+b**\|\ **d**\|\ **D**][**+xl**\|\ **r**\|\ *x0*]\
122-
[**+yl**\|\ **r**\|\ *y0*][**+p**\ *pen*].
123-
Draw symmetrical error bars. Full documentation is at
121+
[**x**\|\ **y**\|\ **X**\|\ **Y**][**+a**\|\ **A**]\
122+
[**+cl**\|\ **f**][**+n**][**+w**\ *cap*][**+p**\ *pen*].
123+
Draw error bars. Full documentation is at
124124
:gmt-docs:`plot.html#e`.
125125
connection : str
126126
[**c**\|\ **n**\|\ **r**]\

0 commit comments

Comments
 (0)