Skip to content

Commit a59aedf

Browse files
committed
style fix
1 parent a866f9d commit a59aedf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pygmt/src/histogram.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ 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 ``series``,
67-
and optionally shift all bars by an *offset*. Here *width* is either
68-
an alternative width in data units, or the user may append a valid plot
69-
dimension unit (**c**\|\ **i**\|\ **p**) for a fixed dimension instead.
70-
Optionally, all bins may be shifted along the axis by *offset*. As for
71-
*width*, it may be given in data units of plot dimension units by
72-
appending the relevant unit.
66+
Use an alternative histogram bar width than the default set via
67+
``series``, and optionally shift all bars by an *offset*. Here
68+
*width* is either an alternative width in data units, or the user may
69+
append a valid plot dimension unit (**c**\|\ **i**\|\ **p**) for a
70+
fixed dimension instead. Optionally, all bins may be shifted along the
71+
axis by *offset*. As for *width*, it may be given in data units of
72+
plot dimension units by appending the relevant unit.
7373
center : bool
7474
Center bin on each value. [Default is left edge].
7575
distribution : bool or int or float or str

0 commit comments

Comments
 (0)