Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use "0.25p" instead of "default" for default of pen width in supplements #7217

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/rst/source/supplements/geodesy/velo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ Optional Arguments

**-W**\ [*pen*][**+c**\ [**f**\|\ **l**]]
Set pen attributes for velocity arrows, ellipse circumference and
fault plane edges. [Defaults: width = default, color = black, style = solid].
fault plane edges. [Defaults: width = 0.25p, color = black, style = solid].
If the modifier **+cl** is appended then the color of the pen are updated from the CPT (see
|-C|). If instead modifier **+cf** is appended then the color from the cpt
file is applied to symbol fill only [Default]. Use just **+c** to set both
Expand Down
2 changes: 1 addition & 1 deletion doc/rst/source/supplements/mgd77/mgd77track.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Optional Arguments

**-W**\ [*pen*]
Append *pen* used for the trackline. [Defaults:
width = default, color = black, style = solid].
width = 0.25p, color = black, style = solid].

.. |Add_-XY| replace:: |Add_-XY_links|
.. include:: ../../explain_-XY.rst_
Expand Down
2 changes: 1 addition & 1 deletion doc/rst/source/supplements/seis/coupe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Optional Arguments

**-W**\ [*pen*] :ref:`(more ...) <-Wpen_attrib>`
Set pen attributes for text string or default pen attributes for
fault plane edges. [Defaults: default,black,solid].
fault plane edges. [Defaults: 0.25p,black,solid].

.. |Add_-XY| replace:: |Add_-XY_links|
.. include:: ../../explain_-XY.rst_
Expand Down
2 changes: 1 addition & 1 deletion doc/rst/source/supplements/seis/meca.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Optional Arguments

**-W**\ *pen*
Set pen attributes for all lines and the outline of symbols
[Defaults: default,black,solid]. This
[Defaults: 0.25p,black,solid]. This
setting applies to |-A|, |-L|, |-T|, **-Fp**, **-Ft**, and
**-Fz**, unless overruled by options to those arguments.

Expand Down
2 changes: 1 addition & 1 deletion doc/rst/source/supplements/seis/polar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Optional Arguments
.. _-W:

**-W**\ [**-**\|\ **+**][*pen*][*attr*] :ref:`(more ...) <-Wpen_attrib>`
Set current pen attributes [Default pen is default,black,solid].
Set current pen attributes [Default pen is 0.25p,black,solid].

.. |Add_-XY| replace:: |Add_-XY_links|
.. include:: ../../explain_-XY.rst_
Expand Down
2 changes: 1 addition & 1 deletion doc/rst/source/supplements/seis/sac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Optional Arguments

**-W**\ *pen*
Set pen attributes for all traces unless overruled by *pen* specified in *saclist*.
[Defaults: width = default, color = black, style = solid].
[Defaults: width = 0.25p, color = black, style = solid].

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