Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete documentation for plot #666

Merged
merged 9 commits into from
Oct 25, 2020
Prev Previous commit
Next Next commit
Alias as offset (D) and fix indentation on close (L)
  • Loading branch information
weiji14 committed Oct 23, 2020
commit 5039540aa42405faffd0ec487a3b1b48b1788dd6
10 changes: 5 additions & 5 deletions pygmt/base_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ def grdview(self, grid, **kwargs):
A="straight_lines",
B="frame",
C="cmap",
D="position",
D="offset",
E="error_bars",
weiji14 marked this conversation as resolved.
Show resolved Hide resolved
G="color",
J="projection",
Expand Down Expand Up @@ -686,7 +686,7 @@ def plot(self, x=None, y=None, data=None, sizes=None, direction=None, **kwargs):
respectively.
{B}
{CPT}
position : str
offset : str
``dx/dy``.
Offset the plot symbol or line locations by the given amounts
*dx/dy* [Default is no offset]. If *dy* is not given it is set
Expand All @@ -697,9 +697,9 @@ def plot(self, x=None, y=None, data=None, sizes=None, direction=None, **kwargs):
:gmt-docs:`plot.html#e`.
{G}
close : str
``[+b|d|D][+xl|r|x0][+yl|r|y0][+ppen]``.
Force closed polygons. Full documentation is at
:gmt-docs:`plot.html#l`.
``[+b|d|D][+xl|r|x0][+yl|r|y0][+ppen]``.
Force closed polygons. Full documentation is at
:gmt-docs:`plot.html#l`.
no_clip : bool or str
``'[c|r]'``.
Do NOT clip symbols that fall outside map border [Default plots
Expand Down