@@ -63,7 +63,7 @@ def histogram(self, table, **kwargs):
63
63
vertical.
64
64
barwidth : int or float or str
65
65
*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`` ,
67
67
and optionally shift all bars by an *offset*. Here *width* is either
68
68
an alternative width in data units, or the user may append a valid plot
69
69
dimension unit (**c**\|\ **i**\|\ **p**) for a fixed dimension instead.
@@ -75,7 +75,7 @@ def histogram(self, table, **kwargs):
75
75
distribution : bool or int or float or str
76
76
[*mode*][**+p**\ *pen*].
77
77
Draw the equivalent normal distribution; append desired
78
- pen [ 0.25p,black].
78
+ * pen* [Default is 0.25p,black].
79
79
The *mode* selects which central location and scale to use:
80
80
81
81
* 0 = mean and standard deviation [Default];
@@ -88,7 +88,7 @@ def histogram(self, table, **kwargs):
88
88
extreme : str
89
89
**l**\|\ **h**\|\ **b**.
90
90
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.
92
92
Append **b** to let these values be included in the first or last
93
93
bins. To only include extreme values below first bin into the first
94
94
bin, use **l**, and to only include extreme values above the last bin
0 commit comments