Skip to content

Commit

Permalink
Figure.velo: Update docstrings related to "fill" and "uncertaintyfill" (
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnefroehlich authored Nov 8, 2023
1 parent 04e89eb commit 4be7775
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pygmt/src/velo.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def velo(self, data=None, **kwargs):
[Default is 9p,Helvetica,black]; give **+f**\ 0 to deactivate
labeling. The arrow will be drawn with the pen attributes specified
by the ``pen`` parameter and the arrow-head can be colored via
``fill``. The ellipse will be filled with the color or shade
``fill``. The ellipse will be filled with the color or pattern
specified by the ``uncertaintyfill`` parameter [Default is
transparent], and its outline will be drawn if ``line`` is selected
using the pen selected (by ``pen`` if not given by ``line``).
Expand Down Expand Up @@ -120,7 +120,7 @@ def velo(self, data=None, **kwargs):
[Default is 9p,Helvetica,black]; give **+f**\ 0 to deactivate
labeling. The arrow will be drawn with the pen attributes specified
by the ``pen`` parameter and the arrow-head can be colored via
``fill``. The ellipse will be filled with the color or shade
``fill``. The ellipse will be filled with the color or pattern
specified by the ``uncertaintyfill`` parameter [Default is
transparent], and its outline will be drawn if ``line`` is selected
using the pen selected (by ``pen`` if not given by ``line``).
Expand All @@ -140,9 +140,9 @@ def velo(self, data=None, **kwargs):
extra column. Rotation values are multiplied by *wedgemag* before
plotting. For example, setting *wedgemag* to 1.e7 works well for
rotations of the order of 100 nanoradians/yr. Use ``fill`` to set
the fill color or shade for the wedge, and ``uncertaintyfill`` to
set the color or shade for the uncertainty. Parameters are expected
to be in the following columns:
the fill color or pattern for the wedge, and ``uncertaintyfill`` to
set the color or pattern for the uncertainty. Parameters are
expected to be in the following columns:
- **1**,\ **2**: longitude, latitude of station
- **3**: rotation in radians
Expand Down

0 comments on commit 4be7775

Please sign in to comment.