Skip to content

Commit

Permalink
Correct syntax for error_bar of pygmt.Figure.plot (#2183)
Browse files Browse the repository at this point in the history
Co-authored-by: Dongdong Tian <[email protected]>
  • Loading branch information
yvonnefroehlich and seisman authored Nov 9, 2022
1 parent c76dbf5 commit 6964fe1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pygmt/src/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ def plot(self, data=None, x=None, y=None, size=None, direction=None, **kwargs):
*dx/dy* [Default is no offset]. If *dy* is not given it is set
equal to *dx*.
error_bar : bool or str
[**+b**\|\ **d**\|\ **D**][**+xl**\|\ **r**\|\ *x0*]\
[**+yl**\|\ **r**\|\ *y0*][**+p**\ *pen*].
Draw symmetrical error bars. Full documentation is at
[**x**\|\ **y**\|\ **X**\|\ **Y**][**+a**\|\ **A**]\
[**+cl**\|\ **f**][**+n**][**+w**\ *cap*][**+p**\ *pen*].
Draw error bars. Full documentation is at
:gmt-docs:`plot.html#e`.
connection : str
[**c**\|\ **n**\|\ **r**]\
Expand Down

0 comments on commit 6964fe1

Please sign in to comment.