Skip to content

Commit a866f9d

Browse files
Apply suggestions from code review
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
1 parent 38d5335 commit a866f9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pygmt/src/histogram.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def histogram(self, table, **kwargs):
6363
vertical.
6464
barwidth : int or float or str
6565
*width*\ [**+o**\ *offset*].
66-
Use an alternative histogram bar width than the default set via **-T**,
66+
Use an alternative histogram bar width than the default set via ``series``,
6767
and optionally shift all bars by an *offset*. Here *width* is either
6868
an alternative width in data units, or the user may append a valid plot
6969
dimension unit (**c**\|\ **i**\|\ **p**) for a fixed dimension instead.
@@ -75,7 +75,7 @@ def histogram(self, table, **kwargs):
7575
distribution : bool or int or float or str
7676
[*mode*][**+p**\ *pen*].
7777
Draw the equivalent normal distribution; append desired
78-
pen [0.25p,black].
78+
*pen* [Default is 0.25p,black].
7979
The *mode* selects which central location and scale to use:
8080
8181
* 0 = mean and standard deviation [Default];
@@ -88,7 +88,7 @@ def histogram(self, table, **kwargs):
8888
extreme : str
8989
**l**\|\ **h**\|\ **b**.
9090
The modifiers specify the handling of extreme values that fall outside
91-
the range set by **-T**. By default these values are ignored.
91+
the range set by ``series``. By default these values are ignored.
9292
Append **b** to let these values be included in the first or last
9393
bins. To only include extreme values below first bin into the first
9494
bin, use **l**, and to only include extreme values above the last bin

0 commit comments

Comments
 (0)