File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,11 @@ def grdview( # noqa: PLR0913
115115 **m** or **sm** for meshlines to be drawn.
116116 plane
117117 Draw a plane at the specified z-level. If ``True``, defaults to the minimum
118- value in the grid. Use ``facade_pen`` and ``facade_fill`` to control the
119- appearance of the plane.
118+ value in the grid. However, if ``region`` was used to set *zmin/zmax* then
119+ *zmin* is used if it is less than the grid minimum value. Use ``facade_pen`` and
120+ ``facade_fill`` to control the appearance of the plane.
121+ **Note**: For GMT<=6.6.0, *zmin* set in ``region`` has no effect due to a GMT
122+ bug.
120123 facade_fill
121124 Fill for the frontal facade between the plane specified by ``plane`` and the
122125 data perimeter.
You can’t perform that action at this time.
0 commit comments