This file is indexed.

/usr/share/doc/libghc-chart-doc/html/Graphics-Rendering-Chart-Axis-Indexed.html is in libghc-chart-doc 1.3-1.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Graphics.Rendering.Chart.Axis.Indexed</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Graphics-Rendering-Chart-Axis-Indexed.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Graphics-Rendering-Chart-Axis-Indexed.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">Chart-1.3: A library for generating 2D Charts and Plots</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr></table><p class="caption">Graphics.Rendering.Chart.Axis.Indexed</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Calculate and render indexed axes
</p></div></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><span class="keyword">newtype</span>  <a href="#t:PlotIndex">PlotIndex</a>  = <a href="#v:PlotIndex">PlotIndex</a> {<ul class="subs"><li><a href="#v:plotindex_i">plotindex_i</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Int.html#t:Int">Int</a></li></ul>}</li><li class="src short"><a href="#v:autoIndexAxis">autoIndexAxis</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Integral">Integral</a> i =&gt; [<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a>] -&gt; [i] -&gt; <a href="Graphics-Rendering-Chart-Axis-Types.html#t:AxisData">AxisData</a> i</li><li class="src short"><a href="#v:addIndexes">addIndexes</a> ::  [a] -&gt; [(<a href="Graphics-Rendering-Chart-Axis-Indexed.html#t:PlotIndex">PlotIndex</a>, a)]</li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">newtype</span>  <a name="t:PlotIndex" class="def">PlotIndex</a>  <a href="src/Graphics-Rendering-Chart-Axis-Indexed.html#PlotIndex" class="link">Source</a></p><div class="doc"><p>Type for capturing values plotted by index number
   (ie position in a list) rather than a numerical value.
</p></div><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:PlotIndex" class="def">PlotIndex</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><dl><dt class="src"><a name="v:plotindex_i" class="def">plotindex_i</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Int.html#t:Int">Int</a></dt><dd class="doc empty">&nbsp;</dd></dl><div class="clear"></div></div></td></tr></table></div><div class="subs instances"><p id="control.i:PlotIndex" class="caption collapser" onclick="toggleSection('i:PlotIndex')">Instances</p><div id="section.i:PlotIndex" class="show"><table><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Enum">Enum</a> <a href="Graphics-Rendering-Chart-Axis-Indexed.html#t:PlotIndex">PlotIndex</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Eq.html#t:Eq">Eq</a> <a href="Graphics-Rendering-Chart-Axis-Indexed.html#t:PlotIndex">PlotIndex</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Integral">Integral</a> <a href="Graphics-Rendering-Chart-Axis-Indexed.html#t:PlotIndex">PlotIndex</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Num">Num</a> <a href="Graphics-Rendering-Chart-Axis-Indexed.html#t:PlotIndex">PlotIndex</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Ord.html#t:Ord">Ord</a> <a href="Graphics-Rendering-Chart-Axis-Indexed.html#t:PlotIndex">PlotIndex</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Real">Real</a> <a href="Graphics-Rendering-Chart-Axis-Indexed.html#t:PlotIndex">PlotIndex</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Text-Show.html#t:Show">Show</a> <a href="Graphics-Rendering-Chart-Axis-Indexed.html#t:PlotIndex">PlotIndex</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Graphics-Rendering-Chart-Axis-Types.html#t:PlotValue">PlotValue</a> <a href="Graphics-Rendering-Chart-Axis-Indexed.html#t:PlotIndex">PlotIndex</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><a name="v:autoIndexAxis" class="def">autoIndexAxis</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Integral">Integral</a> i =&gt; [<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a>] -&gt; [i] -&gt; <a href="Graphics-Rendering-Chart-Axis-Types.html#t:AxisData">AxisData</a> i<a href="src/Graphics-Rendering-Chart-Axis-Indexed.html#autoIndexAxis" class="link">Source</a></p><div class="doc"><p>Create an axis for values indexed by position. The
   list of strings are the labels to be used.
</p></div></div><div class="top"><p class="src"><a name="v:addIndexes" class="def">addIndexes</a> ::  [a] -&gt; [(<a href="Graphics-Rendering-Chart-Axis-Indexed.html#t:PlotIndex">PlotIndex</a>, a)]<a href="src/Graphics-Rendering-Chart-Axis-Indexed.html#addIndexes" class="link">Source</a></p><div class="doc"><p>Augment a list of values with index numbers for plotting.
</p></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.13.2</p></div></body></html>