This file is indexed.

/usr/share/doc/libghc-chart-doc/html/Graphics-Rendering-Chart-Plot-Lines.html is in libghc-chart-doc 1.8.1-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
<!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.Plot.Lines</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="file:///usr/share/javascript/mathjax/MathJax.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Graphics-Rendering-Chart-Plot-Lines.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Graphics-Rendering-Chart-Plot-Lines.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.8.1: A library for generating 2D Charts and Plots</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Copyright</th><td>(c) Tim Docker 2006, 2014</td></tr><tr><th>License</th><td>BSD-style (see chart/COPYRIGHT)</td></tr><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell98</td></tr></table><p class="caption">Graphics.Rendering.Chart.Plot.Lines</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Line plots</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">data</span> <a href="#t:PlotLines">PlotLines</a> x y = <a href="#v:PlotLines">PlotLines</a> {<ul class="subs"><li><a href="#v:_plot_lines_title">_plot_lines_title</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a></li><li><a href="#v:_plot_lines_style">_plot_lines_style</a> :: <a href="Graphics-Rendering-Chart-Backend-Types.html#t:LineStyle">LineStyle</a></li><li><a href="#v:_plot_lines_values">_plot_lines_values</a> :: [[(x, y)]]</li><li><a href="#v:_plot_lines_limit_values">_plot_lines_limit_values</a> :: [[(<a href="Graphics-Rendering-Chart-Geometry.html#t:Limit">Limit</a> x, <a href="Graphics-Rendering-Chart-Geometry.html#t:Limit">Limit</a> y)]]</li></ul>}</li><li class="src short"><a href="#v:defaultPlotLineStyle">defaultPlotLineStyle</a> :: <a href="Graphics-Rendering-Chart-Backend-Types.html#t:LineStyle">LineStyle</a></li><li class="src short"><a href="#v:hlinePlot">hlinePlot</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> -&gt; <a href="Graphics-Rendering-Chart-Backend-Types.html#t:LineStyle">LineStyle</a> -&gt; b -&gt; <a href="Graphics-Rendering-Chart-Plot-Types.html#t:Plot">Plot</a> a b</li><li class="src short"><a href="#v:vlinePlot">vlinePlot</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> -&gt; <a href="Graphics-Rendering-Chart-Backend-Types.html#t:LineStyle">LineStyle</a> -&gt; a -&gt; <a href="Graphics-Rendering-Chart-Plot-Types.html#t:Plot">Plot</a> a b</li><li class="src short"><a href="#v:plot_lines_title">plot_lines_title</a> :: <span class="keyword">forall</span> x y. <a href="file:///usr/share/doc/libghc-lens-doc/html/Control-Lens-Type.html#t:Lens-39-">Lens'</a> (<a href="Graphics-Rendering-Chart-Plot-Lines.html#t:PlotLines">PlotLines</a> x y) <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a></li><li class="src short"><a href="#v:plot_lines_style">plot_lines_style</a> :: <span class="keyword">forall</span> x y. <a href="file:///usr/share/doc/libghc-lens-doc/html/Control-Lens-Type.html#t:Lens-39-">Lens'</a> (<a href="Graphics-Rendering-Chart-Plot-Lines.html#t:PlotLines">PlotLines</a> x y) <a href="Graphics-Rendering-Chart-Backend-Types.html#t:LineStyle">LineStyle</a></li><li class="src short"><a href="#v:plot_lines_values">plot_lines_values</a> :: <span class="keyword">forall</span> x y. <a href="file:///usr/share/doc/libghc-lens-doc/html/Control-Lens-Type.html#t:Lens-39-">Lens'</a> (<a href="Graphics-Rendering-Chart-Plot-Lines.html#t:PlotLines">PlotLines</a> x y) [[(x, y)]]</li><li class="src short"><a href="#v:plot_lines_limit_values">plot_lines_limit_values</a> :: <span class="keyword">forall</span> x y. <a href="file:///usr/share/doc/libghc-lens-doc/html/Control-Lens-Type.html#t:Lens-39-">Lens'</a> (<a href="Graphics-Rendering-Chart-Plot-Lines.html#t:PlotLines">PlotLines</a> x y) [[(<a href="Graphics-Rendering-Chart-Geometry.html#t:Limit">Limit</a> x, <a href="Graphics-Rendering-Chart-Geometry.html#t:Limit">Limit</a> y)]]</li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:PlotLines" class="def">PlotLines</a> x y <a href="src/Graphics-Rendering-Chart-Plot-Lines.html#PlotLines" class="link">Source</a> <a href="#t:PlotLines" class="selflink">#</a></p><div class="doc"><p>Value defining a series of (possibly disjointed) lines,
   and a style in which to render them.</p></div><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:PlotLines" class="def">PlotLines</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><ul><li><dfn class="src"><a id="v:_plot_lines_title" class="def">_plot_lines_title</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_plot_lines_style" class="def">_plot_lines_style</a> :: <a href="Graphics-Rendering-Chart-Backend-Types.html#t:LineStyle">LineStyle</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_plot_lines_values" class="def">_plot_lines_values</a> :: [[(x, y)]]</dfn><div class="doc"><p>The lines to be plotted</p></div></li><li><dfn class="src"><a id="v:_plot_lines_limit_values" class="def">_plot_lines_limit_values</a> :: [[(<a href="Graphics-Rendering-Chart-Geometry.html#t:Limit">Limit</a> x, <a href="Graphics-Rendering-Chart-Geometry.html#t:Limit">Limit</a> y)]]</dfn><div class="doc"><p>Additional lines to be plotted, specified using
 the Limit type to allow referencing the edges of
 the plot area.</p></div></li></ul></div></td></tr></table></div><div class="subs instances"><p id="control.i:PlotLines" class="caption collapser" onclick="toggleSection('i:PlotLines')">Instances</p><div id="section.i:PlotLines" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:PlotLines:ToPlot:1" class="instance expander" onclick="toggleSection('i:id:PlotLines:ToPlot:1')"></span> <a href="Graphics-Rendering-Chart-Plot-Types.html#t:ToPlot">ToPlot</a> <a href="Graphics-Rendering-Chart-Plot-Lines.html#t:PlotLines">PlotLines</a></span> <a href="src/Graphics-Rendering-Chart-Plot-Lines.html#line-46" class="link">Source</a> <a href="#t:PlotLines" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:PlotLines:ToPlot:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:toPlot">toPlot</a> :: <a href="Graphics-Rendering-Chart-Plot-Lines.html#t:PlotLines">PlotLines</a> x y -&gt; <a href="Graphics-Rendering-Chart-Plot-Types.html#t:Plot">Plot</a> x y <a href="src/Graphics-Rendering-Chart-Plot-Types.html#toPlot" class="link">Source</a> <a href="#v:toPlot" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:PlotLines:Default:2" class="instance expander" onclick="toggleSection('i:id:PlotLines:Default:2')"></span> <a href="file:///usr/share/doc/libghc-data-default-class-doc/html/Data-Default-Class.html#t:Default">Default</a> (<a href="Graphics-Rendering-Chart-Plot-Lines.html#t:PlotLines">PlotLines</a> x y)</span> <a href="src/Graphics-Rendering-Chart-Plot-Lines.html#line-78" class="link">Source</a> <a href="#t:PlotLines" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:PlotLines:Default:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:def">def</a> :: <a href="Graphics-Rendering-Chart-Plot-Lines.html#t:PlotLines">PlotLines</a> x y <a href="#v:def" class="selflink">#</a></p></div></div></td></tr></table></div></div></div><div class="top"><p class="src"><a id="v:defaultPlotLineStyle" class="def">defaultPlotLineStyle</a> :: <a href="Graphics-Rendering-Chart-Backend-Types.html#t:LineStyle">LineStyle</a> <a href="src/Graphics-Rendering-Chart-Plot-Lines.html#defaultPlotLineStyle" class="link">Source</a> <a href="#v:defaultPlotLineStyle" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:hlinePlot" class="def">hlinePlot</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> -&gt; <a href="Graphics-Rendering-Chart-Backend-Types.html#t:LineStyle">LineStyle</a> -&gt; b -&gt; <a href="Graphics-Rendering-Chart-Plot-Types.html#t:Plot">Plot</a> a b <a href="src/Graphics-Rendering-Chart-Plot-Lines.html#hlinePlot" class="link">Source</a> <a href="#v:hlinePlot" class="selflink">#</a></p><div class="doc"><p>Helper function to plot a single horizontal line.</p></div></div><div class="top"><p class="src"><a id="v:vlinePlot" class="def">vlinePlot</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> -&gt; <a href="Graphics-Rendering-Chart-Backend-Types.html#t:LineStyle">LineStyle</a> -&gt; a -&gt; <a href="Graphics-Rendering-Chart-Plot-Types.html#t:Plot">Plot</a> a b <a href="src/Graphics-Rendering-Chart-Plot-Lines.html#vlinePlot" class="link">Source</a> <a href="#v:vlinePlot" class="selflink">#</a></p><div class="doc"><p>Helper function to plot a single vertical line.</p></div></div><div class="top"><p class="src"><a id="v:plot_lines_title" class="def">plot_lines_title</a> :: <span class="keyword">forall</span> x y. <a href="file:///usr/share/doc/libghc-lens-doc/html/Control-Lens-Type.html#t:Lens-39-">Lens'</a> (<a href="Graphics-Rendering-Chart-Plot-Lines.html#t:PlotLines">PlotLines</a> x y) <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> <a href="src/Graphics-Rendering-Chart-Plot-Lines.html#plot_lines_title" class="link">Source</a> <a href="#v:plot_lines_title" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:plot_lines_style" class="def">plot_lines_style</a> :: <span class="keyword">forall</span> x y. <a href="file:///usr/share/doc/libghc-lens-doc/html/Control-Lens-Type.html#t:Lens-39-">Lens'</a> (<a href="Graphics-Rendering-Chart-Plot-Lines.html#t:PlotLines">PlotLines</a> x y) <a href="Graphics-Rendering-Chart-Backend-Types.html#t:LineStyle">LineStyle</a> <a href="src/Graphics-Rendering-Chart-Plot-Lines.html#plot_lines_style" class="link">Source</a> <a href="#v:plot_lines_style" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:plot_lines_values" class="def">plot_lines_values</a> :: <span class="keyword">forall</span> x y. <a href="file:///usr/share/doc/libghc-lens-doc/html/Control-Lens-Type.html#t:Lens-39-">Lens'</a> (<a href="Graphics-Rendering-Chart-Plot-Lines.html#t:PlotLines">PlotLines</a> x y) [[(x, y)]] <a href="src/Graphics-Rendering-Chart-Plot-Lines.html#plot_lines_values" class="link">Source</a> <a href="#v:plot_lines_values" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:plot_lines_limit_values" class="def">plot_lines_limit_values</a> :: <span class="keyword">forall</span> x y. <a href="file:///usr/share/doc/libghc-lens-doc/html/Control-Lens-Type.html#t:Lens-39-">Lens'</a> (<a href="Graphics-Rendering-Chart-Plot-Lines.html#t:PlotLines">PlotLines</a> x y) [[(<a href="Graphics-Rendering-Chart-Geometry.html#t:Limit">Limit</a> x, <a href="Graphics-Rendering-Chart-Geometry.html#t:Limit">Limit</a> y)]] <a href="src/Graphics-Rendering-Chart-Plot-Lines.html#plot_lines_limit_values" class="link">Source</a> <a href="#v:plot_lines_limit_values" class="selflink">#</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.17.2</p></div></body></html>