@@ -87,7 +87,7 @@ def velo(self, data=None, **kwargs):
87
87
[Default is 9p,Helvetica,black]; give **+f**\ 0 to deactivate
88
88
labeling. The arrow will be drawn with the pen attributes specified
89
89
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
91
91
specified by the ``uncertaintyfill`` parameter [Default is
92
92
transparent], and its outline will be drawn if ``line`` is selected
93
93
using the pen selected (by ``pen`` if not given by ``line``).
@@ -120,7 +120,7 @@ def velo(self, data=None, **kwargs):
120
120
[Default is 9p,Helvetica,black]; give **+f**\ 0 to deactivate
121
121
labeling. The arrow will be drawn with the pen attributes specified
122
122
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
124
124
specified by the ``uncertaintyfill`` parameter [Default is
125
125
transparent], and its outline will be drawn if ``line`` is selected
126
126
using the pen selected (by ``pen`` if not given by ``line``).
@@ -140,9 +140,9 @@ def velo(self, data=None, **kwargs):
140
140
extra column. Rotation values are multiplied by *wedgemag* before
141
141
plotting. For example, setting *wedgemag* to 1.e7 works well for
142
142
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:
146
146
147
147
- **1**,\ **2**: longitude, latitude of station
148
148
- **3**: rotation in radians
0 commit comments