Skip to content

Commit 4be7775

Browse files
Figure.velo: Update docstrings related to "fill" and "uncertaintyfill" (#2803)
1 parent 04e89eb commit 4be7775

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pygmt/src/velo.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def velo(self, data=None, **kwargs):
8787
[Default is 9p,Helvetica,black]; give **+f**\ 0 to deactivate
8888
labeling. The arrow will be drawn with the pen attributes specified
8989
by the ``pen`` parameter and the arrow-head can be colored via
90-
``fill``. The ellipse will be filled with the color or shade
90+
``fill``. The ellipse will be filled with the color or pattern
9191
specified by the ``uncertaintyfill`` parameter [Default is
9292
transparent], and its outline will be drawn if ``line`` is selected
9393
using the pen selected (by ``pen`` if not given by ``line``).
@@ -120,7 +120,7 @@ def velo(self, data=None, **kwargs):
120120
[Default is 9p,Helvetica,black]; give **+f**\ 0 to deactivate
121121
labeling. The arrow will be drawn with the pen attributes specified
122122
by the ``pen`` parameter and the arrow-head can be colored via
123-
``fill``. The ellipse will be filled with the color or shade
123+
``fill``. The ellipse will be filled with the color or pattern
124124
specified by the ``uncertaintyfill`` parameter [Default is
125125
transparent], and its outline will be drawn if ``line`` is selected
126126
using the pen selected (by ``pen`` if not given by ``line``).
@@ -140,9 +140,9 @@ def velo(self, data=None, **kwargs):
140140
extra column. Rotation values are multiplied by *wedgemag* before
141141
plotting. For example, setting *wedgemag* to 1.e7 works well for
142142
rotations of the order of 100 nanoradians/yr. Use ``fill`` to set
143-
the fill color or shade for the wedge, and ``uncertaintyfill`` to
144-
set the color or shade for the uncertainty. Parameters are expected
145-
to be in the following columns:
143+
the fill color or pattern for the wedge, and ``uncertaintyfill`` to
144+
set the color or pattern for the uncertainty. Parameters are
145+
expected to be in the following columns:
146146
147147
- **1**,\ **2**: longitude, latitude of station
148148
- **3**: rotation in radians

0 commit comments

Comments
 (0)