File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -163,12 +163,16 @@ class Frame(BaseParam):
163163 #: :gmt-term:`MAP_GRID_PEN_PRIMARY`].
164164 pen : str | bool = False
165165
166- #: Fill the y-z, x-z, or x-y planes with specified color/pattern.
166+ #: Fill the y-z plane with specified color/pattern.
167167 yzfill : str | None = None
168+
169+ #: Fill the x-z plane with specified color/pattern.
168170 xzfill : str | None = None
171+
172+ #: Fill the x-y plane with specified color/pattern.
169173 xyfill : str | None = None
170174
171- #: Specify another pole (*lon*, *lat) to produce oblique gridlines about the
175+ #: Specify another pole (*lon*, *lat* ) to produce oblique gridlines about the
172176 #: specified pole rather than the default [default references to the North pole].
173177 #: Ignored if no gridlines are requested. Note: One cannot specify oblique gridlines
174178 #: for non-geographic projections as well as the oblique Mercator projection.
You can’t perform that action at this time.
0 commit comments