Skip to content

Commit

Permalink
Clean up grdview rst (#8133)
Browse files Browse the repository at this point in the history
Use directives.

Co-authored-by: KristofKoch <45796239+KristofKoch@users.noreply.github.com>
  • Loading branch information
PaulWessel and KristofKoch authored Dec 6, 2023
1 parent 2119bf1 commit 76e1491
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions doc/rst/source/grdview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Synopsis
[ |SYN_OPT-B| ]
[ |-C|\ [*cpt*]]
[ |-G|\ *drapegrid* \| |-G|\ *grd_r* |-G|\ *grd_g* |-G|\ *grd_b* ]
[ |-I|\ [*ifile*\|\ *intens*\|\ **+a**\ *azimuth**][**+d**][**+m**\ *ambient*][**+n**\ *args*] ]
[ |-I|\ [*ifile*\|\ *intens*\|\ **+a**\ *azimuth*][**+d**][**+m**\ *ambient*][**+n**\ *args*] ]
[ |-Jz|\ \|\ **Z**\ *parameters* ]
[ |-N|\ [*level*]\ [**+g**\ *fill*] ]
[ |-Q|\ *args*\ [**+m**] ]
Expand Down Expand Up @@ -161,19 +161,21 @@ Optional Arguments
.. _-W:

**-W**\ **c**\|\ **m**\|\ **f**\ *pen*

**-Wc**
Draw contour lines on top of surface or mesh (not image). Append pen
attributes used for the contours. [Default: width = 0.75p, color =
black, style = solid].
**-Wm**
Sets the pen attributes used for the mesh. [Default: width = 0.25p,
color = black, style = solid]. You must also select **-Qm** or
**-Qsm** for meshlines to be drawn.
**-Wf**
Sets the pen attributes used for the facade. [Default: width =
0.25p, color = black, style = solid]. You must also select |-N|
for the facade outline to be drawn.
Sets pen for contours, mesh, and facade lines. Choose among
these directives:

- **c**: Append the desired contour pen.
Draw contour lines on top of surface or mesh (not image). Append pen
attributes used for the contours. [Default: width = 0.75p, color =
black, style = solid].
- **f**: Append the desired facade pen.
Sets the pen attributes used for the facade. [Default: width =
0.25p, color = black, style = solid]. You must also select |-N|
for the facade outline to be drawn.
- **m**: Append the desired mesh pen.
Sets the pen attributes used for the mesh. [Default: width = 0.25p,
color = black, style = solid]. You must also select **-Qm** or
**-Qsm** for meshlines to be drawn.

.. |Add_-XY| replace:: |Add_-XY_links|
.. include:: explain_-XY.rst_
Expand Down

0 comments on commit 76e1491

Please sign in to comment.