Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
  • Loading branch information
seisman and weiji14 committed Oct 22, 2020
1 parent efc86c7 commit 37b0664
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pygmt/base_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ def plot(self, x=None, y=None, data=None, sizes=None, direction=None, **kwargs):
Draw symmetrical error bars.
{G}
no_clip : bool or str
``'[c|r]'``
``'[c|r]'``.
Do NOT clip symbols that fall outside map border [Default plots
points whose coordinates are strictly inside the map border only].
The option does not apply to lines and polygons which are always
Expand Down Expand Up @@ -1195,7 +1195,7 @@ def text(
(see *clearance*) [Default is width = default, color = black,
style = solid].
no_clip : bool
Do NOT clip text at map boundaries [Default will clip].
Do NOT clip text at map boundaries [Default is False, i.e. will clip].
{XY}
{p}
{t}
Expand Down Expand Up @@ -1353,7 +1353,7 @@ def meca(
``+ssize`` to change the line style and/or size of the circle.
no_clip : bool
Does NOT skip symbols that fall outside frame boundary specified by
*region* [Default plots symbols inside frame only].
*region* [Default is False, i.e. plot symbols inside map frame only].
{J}
{R}
{B}
Expand Down

0 comments on commit 37b0664

Please sign in to comment.