Skip to content

Commit 00ac996

Browse files
authored
update layout (#8134)
1 parent 8ec1044 commit 00ac996

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

doc/rst/source/histogram.rst

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Synopsis
1313
.. include:: common_SYN_OPTs.rst_
1414

1515
**gmt histogram** [ *table* ]
16-
|-T|\ [*min/max*\ /]\ *inc*\ [**+i**\|\ **n**] \| |-T|\ *file*\|\ *list*
16+
|-T|\ [*min/max*\ /]\ *inc*\ [**+i**\|\ **n**] | |-T|\ *file*\|\ *list*
1717
[ |-A| ]
1818
[ |SYN_OPT-B| ]
1919
[ |-C|\ *cpt*\ [**+b**] ]
@@ -111,10 +111,12 @@ Optional Arguments
111111

112112
**-D**\ [**+b**][**+f**\ *font*][**+o**\ *off*][**+r**]
113113
Annotate each bar with the count it represents. Append any of the
114-
following modifiers: Use **+b** to place the labels beneath the bars
115-
instead of above; use **+f** to change to another font than the default
116-
annotation font; use **+o** to change the offset between bar and label [6p];
117-
use **+r** to rotate the labels from horizontal to vertical.
114+
following modifiers:
115+
116+
- **+b**: Place the labels beneath the bars instead of above.
117+
- **+f**: Change to another font than the default annotation font.
118+
- **+o**: Change the offset between bar and label [6p].
119+
- **+r**: Rotate the labels from horizontal to vertical.
118120

119121
.. _-E:
120122

@@ -155,11 +157,11 @@ Optional Arguments
155157

156158
**-Ll**\|\ **h**\|\ **b**
157159
The directives specify the handling of extreme values that fall outside the range
158-
set by |-T|. By default these values are ignored. Append **b** to let
159-
these values be included in the first or last bins. To only include
160-
extreme values below first bin into the first bin, use **l**, and to
161-
only include extreme values above the last bin into that last bin, use
162-
**h**.
160+
set by |-T|. By default these values are ignored. Choose among these:
161+
162+
- **b**: Let these values be included in the first or last bins.
163+
- **l**: Only include extreme values below first bin into the first bin.
164+
- **h**: Only include extreme values above the last bin into that last bin.
163165

164166
.. _-N:
165167

doc/rst/source/pshistogram.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Synopsis
1414

1515
**gmt pshistogram** [ *table* ]
1616
|-J|\ **x**\|\ **X**\ *parameters*
17-
|-T|\ [*min/max*\ /]\ *inc*\ [**+i**\|\ **n**] \|\ |-T|\ *file*\|\ *list*
17+
|-T|\ [*min/max*\ /]\ *inc*\ [**+i**\|\ **n**] | |-T|\ *file*\|\ *list*
1818
[ |-A| ]
1919
[ |SYN_OPT-B| ]
2020
[ |-C|\ *cpt*\ [**+b**] ]

0 commit comments

Comments
 (0)