This file is indexed.

/usr/share/doc/mlpost/html/Mlpost.Hist.html is in libmlpost-ocaml-doc 0.8.1-8build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="Start" href="index.html">
<link rel="previous" href="Mlpost.Real_plot.html">
<link rel="next" href="Mlpost.Radar.html">
<link rel="Up" href="Mlpost.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class attributes" rel=Appendix href="index_attributes.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of classes" rel=Appendix href="index_classes.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Mlpost" rel="Chapter" href="Mlpost.html">
<link title="Mlpost_dot" rel="Chapter" href="Mlpost_dot.html">
<link title="Mlpost_lablgtk" rel="Chapter" href="Mlpost_lablgtk.html"><title>Mlpost.Hist</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Mlpost.Real_plot.html" title="Mlpost.Real_plot">Previous</a>
&nbsp;<a class="up" href="Mlpost.html" title="Mlpost">Up</a>
&nbsp;<a class="post" href="Mlpost.Radar.html" title="Mlpost.Radar">Next</a>
</div>
<h1>Module <a href="type_Mlpost.Hist.html">Mlpost.Hist</a></h1>

<pre><span class="keyword">module</span> Hist: <code class="code">sig</code> <a href="Mlpost.Hist.html">..</a> <code class="code">end</code></pre><div class="info module top">
Draw Bar diagrams (Histograms).<br>
</div>
<hr width="100%">
<br>
Histograms.<br>
<br>
This module draws histograms.<br>

<pre><code><span id="TYPElabels"><span class="keyword">type</span> <code class="type">'a</code> labels</span> = </code></pre><table class="typetable">
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTlabels.Values"><span class="constructor">Values</span></span></code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTlabels.User"><span class="constructor">User</span></span> <span class="keyword">of</span> <code class="type">'a list</code></code></td>

</tr></table>



<pre><span id="VALsimple"><span class="keyword">val</span> simple</span> : <code class="type">?width:<a href="Mlpost.Num.html#TYPEt">Num.t</a> -><br>       ?height:<a href="Mlpost.Num.html#TYPEt">Num.t</a> -><br>       ?padding:<a href="Mlpost.Num.html#TYPEt">Num.t</a> -><br>       ?fill:<a href="Mlpost.Color.html#TYPEt">Color.t</a> list -><br>       ?perspective:bool -><br>       ?hcaption:<a href="Mlpost.Picture.html#TYPEt">Picture.t</a> -><br>       ?vcaption:<a href="Mlpost.Picture.html#TYPEt">Picture.t</a> -><br>       ?histlabel:<a href="Mlpost.Command.html#TYPEvposition">Command.vposition</a> * <a href="Mlpost.Picture.html#TYPEt">Picture.t</a> <a href="Mlpost.Hist.html#TYPElabels">labels</a> -><br>       ?vlabel:<a href="Mlpost.Plot.html#TYPElabels">Plot.labels</a> -><br>       ?hlabel:<a href="Mlpost.Picture.html#TYPEt">Picture.t</a> list -> float list -> <a href="Mlpost.Command.html#TYPEt">Command.t</a></code></pre><div class="info ">
<code class="code">simple l</code> draws an histogram from a list <code class="code">l</code> of floating-point values.<br>
</div>
<div class="param_info"><code class="code">width</code> : Total width of the histogram (default: 100 bp)</div>
<div class="param_info"><code class="code">height</code> : Total height for the histogram (default: 200 bp)</div>
<div class="param_info"><code class="code">padding</code> : Horizontal space between two blocks</div>
<div class="param_info"><code class="code">fill</code> : The colors used to draw the successive blocks;
	  it is used circularly</div>
<div class="param_info"><code class="code">hcaption</code> : See module Plot</div>
<div class="param_info"><code class="code">vcaption</code> : See module Plot</div>
<div class="param_info"><code class="code">histlabel</code> : Add a label to each block; the first component
          controls the placement of the label; the second component, of type
          <code class="code">insideBox</code>, controls the label itself, which is either the numerical
          value of the block (i.e. the float) or a user picture</div>
<div class="param_info"><code class="code">vlabel</code> : See module Plot</div>
<div class="param_info"><code class="code">hlabel</code> : Labels for each block</div>

<pre><span id="VALcompare"><span class="keyword">val</span> compare</span> : <code class="type">?width:<a href="Mlpost.Num.html#TYPEt">Num.t</a> -><br>       ?height:<a href="Mlpost.Num.html#TYPEt">Num.t</a> -><br>       ?padding:<a href="Mlpost.Num.html#TYPEt">Num.t</a> -><br>       ?fill:<a href="Mlpost.Color.html#TYPEt">Color.t</a> list -><br>       ?perspective:bool -><br>       ?hcaption:<a href="Mlpost.Picture.html#TYPEt">Picture.t</a> -><br>       ?vcaption:<a href="Mlpost.Picture.html#TYPEt">Picture.t</a> -><br>       ?histlabel:<a href="Mlpost.Command.html#TYPEvposition">Command.vposition</a> *<br>                  <a href="Mlpost.Picture.html#TYPEt">Picture.t</a> list <a href="Mlpost.Hist.html#TYPElabels">labels</a> -><br>       ?vlabel:<a href="Mlpost.Plot.html#TYPElabels">Plot.labels</a> -><br>       ?hlabel:<a href="Mlpost.Picture.html#TYPEt">Picture.t</a> list -> float list list -> <a href="Mlpost.Command.html#TYPEt">Command.t</a></code></pre><div class="info ">
<code class="code">compare l</code> draws a comparative histogram from a list <code class="code">l</code>
	of floating-point lists.
	For optional arguments, see function <code class="code">simple</code> above.<br>
</div>

<pre><span id="VALstack"><span class="keyword">val</span> stack</span> : <code class="type">?width:<a href="Mlpost.Num.html#TYPEt">Num.t</a> -><br>       ?height:<a href="Mlpost.Num.html#TYPEt">Num.t</a> -><br>       ?padding:<a href="Mlpost.Num.html#TYPEt">Num.t</a> -><br>       ?fill:<a href="Mlpost.Color.html#TYPEt">Color.t</a> list -><br>       ?perspective:bool -><br>       ?hcaption:<a href="Mlpost.Picture.html#TYPEt">Picture.t</a> -><br>       ?vcaption:<a href="Mlpost.Picture.html#TYPEt">Picture.t</a> -><br>       ?histlabel:<a href="Mlpost.Command.html#TYPEvposition">Command.vposition</a> *<br>                  <a href="Mlpost.Picture.html#TYPEt">Picture.t</a> list <a href="Mlpost.Hist.html#TYPElabels">labels</a> -><br>       ?vlabel:<a href="Mlpost.Plot.html#TYPElabels">Plot.labels</a> -><br>       ?hlabel:<a href="Mlpost.Picture.html#TYPEt">Picture.t</a> list -> float list list -> <a href="Mlpost.Command.html#TYPEt">Command.t</a></code></pre><div class="info ">
<code class="code">compare l</code> draws a stacked histogram from a list <code class="code">l</code>
	of floating-point lists.
	For optional arguments, see function <code class="code">simple</code> above.<br>
</div>
</body></html>