@@ -13,7 +13,7 @@ Synopsis
13
13
.. include :: common_SYN_OPTs.rst_
14
14
15
15
**gmt histogram ** [ *table * ]
16
- |-T |\ [*min/max *\ /]\ *inc *\ [**+i **\|\ **n **] \ | |-T |\ *file *\|\ *list *
16
+ |-T |\ [*min/max *\ /]\ *inc *\ [**+i **\|\ **n **] | |-T |\ *file *\|\ *list *
17
17
[ |-A | ]
18
18
[ |SYN_OPT-B | ]
19
19
[ |-C |\ *cpt *\ [**+b **] ]
@@ -111,10 +111,12 @@ Optional Arguments
111
111
112
112
**-D **\ [**+b **][**+f **\ *font *][**+o **\ *off *][**+r **]
113
113
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.
118
120
119
121
.. _-E :
120
122
@@ -155,11 +157,11 @@ Optional Arguments
155
157
156
158
**-Ll **\|\ **h **\|\ **b **
157
159
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 .
163
165
164
166
.. _-N :
165
167
0 commit comments