File tree 1 file changed +21
-2
lines changed 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,16 @@ def data_format_code(convention, component="full"):
75
75
76
76
@fmt_docstring
77
77
@use_alias (
78
- R = "region" ,
79
- J = "projection" ,
80
78
A = "offset" ,
81
79
B = "frame" ,
80
+ C = "cmap" ,
81
+ E = "extensionfill" ,
82
+ G = "compressionfill" ,
83
+ J = "projection" ,
82
84
N = "no_clip" ,
85
+ R = "region" ,
83
86
V = "verbose" ,
87
+ W = "pen" ,
84
88
c = "panel" ,
85
89
p = "perspective" ,
86
90
t = "transparency" ,
@@ -211,6 +215,21 @@ def meca(
211
215
to the circle. Use **+s**\ *size* to set the diameter of the circle
212
216
[Default is no circle]. Use **+p**\ *pen* to set the line pen
213
217
attributes [Default is 0.25p].
218
+ compressionfill : str
219
+ Set color or pattern for filling compressive quadrants
220
+ [Default is black].
221
+ extensionfill : str
222
+ Set color or pattern for filling extensive quadrants
223
+ [Default is white].
224
+ pen : str
225
+ Set pen attributes for outline of beachball
226
+ [Default is ``"0.25p,black,solid"``].
227
+ cmap : str
228
+ File name of a CPT file or a series of comma-separated colors (e.g.,
229
+ *color1,color2,color3*) to build a linear continuous CPT from those
230
+ colors automatically. The color of the compressive quadrants is
231
+ determined by the z-value (i.e., event depth or the third column for
232
+ an input file).
214
233
no_clip : bool
215
234
Does NOT skip symbols that fall outside frame boundary specified by
216
235
``region`` [Default is False, i.e. plot symbols inside map frame only].
You can’t perform that action at this time.
0 commit comments