This file is indexed.

/usr/share/doc/libghc-chart-doc/html/Graphics-Rendering-Chart-Easy.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
11
12
13
14
15
16
17
18
<!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.Easy</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-Easy.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Graphics-Rendering-Chart-Easy.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.Easy</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Importing the Easy module brings into scope all core functions and types required
 for working with the chart library. This includes key external dependencies such as
 Control.Len and Data.Colour. The module also provides several helper functions for
 quickly generating common plots.
</p><p>Note that chart backends must still be explicitly imported, as some backends cannot
 be built on all platforms.
</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">module <a href="/usr/share/doc/libghc-lens-doc/html/Control-Lens.html">Control.Lens</a></li><li class="src short">module <a href="/usr/share/doc/libghc-data-default-class-doc/html/Data-Default-Class.html">Data.Default.Class</a></li><li class="src short">module <a href="/usr/share/doc/libghc-colour-doc/html/Data-Colour.html">Data.Colour</a></li><li class="src short">module <a href="/usr/share/doc/libghc-colour-doc/html/Data-Colour-Names.html">Data.Colour.Names</a></li><li class="src short">module <a href="Graphics-Rendering-Chart.html">Graphics.Rendering.Chart</a></li><li class="src short">module <a href="Graphics-Rendering-Chart-State.html">Graphics.Rendering.Chart.State</a></li><li class="src short"><a href="#v:line">line</a> ::  <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -&gt; [[(x, y)]] -&gt; <a href="Graphics-Rendering-Chart-State.html#t:EC">EC</a> l (<a href="Graphics-Rendering-Chart-Plot-Lines.html#t:PlotLines">PlotLines</a> x y)</li><li class="src short"><a href="#v:points">points</a> ::  <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -&gt; [(x, y)] -&gt; <a href="Graphics-Rendering-Chart-State.html#t:EC">EC</a> l (<a href="Graphics-Rendering-Chart-Plot-Points.html#t:PlotPoints">PlotPoints</a> x y)</li><li class="src short"><a href="#v:bars">bars</a> :: (<a href="Graphics-Rendering-Chart-Axis-Types.html#t:PlotValue">PlotValue</a> x, <a href="Graphics-Rendering-Chart-Plot-Bars.html#t:BarsPlotValue">BarsPlotValue</a> y) =&gt; [<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a>] -&gt; [(x, [y])] -&gt; <a href="Graphics-Rendering-Chart-State.html#t:EC">EC</a> l (<a href="Graphics-Rendering-Chart-Plot-Bars.html#t:PlotBars">PlotBars</a> x y)</li><li class="src short"><a href="#v:setColors">setColors</a> ::  [<a href="/usr/share/doc/libghc-colour-doc/html/Data-Colour.html#t:AlphaColour">AlphaColour</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>] -&gt; <a href="Graphics-Rendering-Chart-State.html#t:EC">EC</a> l ()</li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src">module <a href="/usr/share/doc/libghc-lens-doc/html/Control-Lens.html">Control.Lens</a></p></div><div class="top"><p class="src">module <a href="/usr/share/doc/libghc-data-default-class-doc/html/Data-Default-Class.html">Data.Default.Class</a></p></div><div class="top"><p class="src">module <a href="/usr/share/doc/libghc-colour-doc/html/Data-Colour.html">Data.Colour</a></p></div><div class="top"><p class="src">module <a href="/usr/share/doc/libghc-colour-doc/html/Data-Colour-Names.html">Data.Colour.Names</a></p></div><div class="top"><p class="src">module <a href="Graphics-Rendering-Chart.html">Graphics.Rendering.Chart</a></p></div><div class="top"><p class="src">module <a href="Graphics-Rendering-Chart-State.html">Graphics.Rendering.Chart.State</a></p></div><div class="top"><p class="src"><a name="v:line" class="def">line</a> ::  <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -&gt; [[(x, y)]] -&gt; <a href="Graphics-Rendering-Chart-State.html#t:EC">EC</a> l (<a href="Graphics-Rendering-Chart-Plot-Lines.html#t:PlotLines">PlotLines</a> x y)<a href="src/Graphics-Rendering-Chart-Easy.html#line" class="link">Source</a></p><div class="doc"><p>Constuct a line plot with the given title and
 data, using the next available color.
</p></div></div><div class="top"><p class="src"><a name="v:points" class="def">points</a> ::  <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -&gt; [(x, y)] -&gt; <a href="Graphics-Rendering-Chart-State.html#t:EC">EC</a> l (<a href="Graphics-Rendering-Chart-Plot-Points.html#t:PlotPoints">PlotPoints</a> x y)<a href="src/Graphics-Rendering-Chart-Easy.html#points" class="link">Source</a></p><div class="doc"><p>Construct a scatter plot with the given title and data, using the
 next available color and point shape.
</p></div></div><div class="top"><p class="src"><a name="v:bars" class="def">bars</a> :: (<a href="Graphics-Rendering-Chart-Axis-Types.html#t:PlotValue">PlotValue</a> x, <a href="Graphics-Rendering-Chart-Plot-Bars.html#t:BarsPlotValue">BarsPlotValue</a> y) =&gt; [<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a>] -&gt; [(x, [y])] -&gt; <a href="Graphics-Rendering-Chart-State.html#t:EC">EC</a> l (<a href="Graphics-Rendering-Chart-Plot-Bars.html#t:PlotBars">PlotBars</a> x y)<a href="src/Graphics-Rendering-Chart-Easy.html#bars" class="link">Source</a></p><div class="doc"><p>Construct a bar chart with the given titles and data, using the
 next available colors    
</p></div></div><div class="top"><p class="src"><a name="v:setColors" class="def">setColors</a> ::  [<a href="/usr/share/doc/libghc-colour-doc/html/Data-Colour.html#t:AlphaColour">AlphaColour</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>] -&gt; <a href="Graphics-Rendering-Chart-State.html#t:EC">EC</a> l ()<a href="src/Graphics-Rendering-Chart-Easy.html#setColors" class="link">Source</a></p><div class="doc"><p>Set the contents of the colour source, for
 subsequent plots
</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>