|
30 | 30 | def grdview( # noqa: PLR0913 |
31 | 31 | self, |
32 | 32 | grid: PathLike | xr.DataArray, |
33 | | - mesh_pen: str | None = None, |
34 | 33 | contour_pen: str | None = None, |
35 | 34 | facade_pen: str | None = None, |
| 35 | + mesh_pen: str | None = None, |
36 | 36 | projection: str | None = None, |
37 | 37 | zscale: float | str | None = None, |
38 | 38 | zsize: float | str | None = None, |
@@ -63,6 +63,9 @@ def grdview( # noqa: PLR0913 |
63 | 63 | - JZ = zsize |
64 | 64 | - R = region |
65 | 65 | - V = verbose |
| 66 | + - Wc = contour_pen |
| 67 | + - Wf = facade_pen |
| 68 | + - Wm = mesh_pen |
66 | 69 | - c = panel |
67 | 70 | - p = perspective |
68 | 71 | - t = transparency |
@@ -107,12 +110,12 @@ def grdview( # noqa: PLR0913 |
107 | 110 | contour_pen |
108 | 111 | Draw contour lines on top of surface or mesh (not image). Append pen attributes |
109 | 112 | used for the contours. |
110 | | - mesh_pen |
111 | | - Set the pen attributes used for the mesh. You must also select ``surftype`` of |
112 | | - **m** or **sm** for meshlines to be drawn. |
113 | 113 | facade_pen |
114 | 114 | Set the pen attributes used for the facade. You must also select ``plane`` for |
115 | 115 | the facade outline to be drawn. |
| 116 | + mesh_pen |
| 117 | + Set the pen attributes used for the mesh. You must also select ``surftype`` of |
| 118 | + **m** or **sm** for meshlines to be drawn. |
116 | 119 | shading : str |
117 | 120 | Provide the name of a grid file with intensities in the (-1,+1) range, or a |
118 | 121 | constant intensity to apply everywhere (affects the ambient light). |
|
0 commit comments