This file is indexed.

/usr/share/doc/libghc-chart-doc/html/Graphics-Rendering-Chart-Plot-Points.html is in libghc-chart-doc 1.5.4-1build1.

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
<!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.Points</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-Plot-Points.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Graphics-Rendering-Chart-Plot-Points.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.5.4: 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.Points</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#g:1">Accessors</a></li></ul></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Functions to plot sets of points, marked in various styles.</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:PlotPoints">PlotPoints</a> x y = <a href="#v:PlotPoints">PlotPoints</a> {<ul class="subs"><li><a href="#v:_plot_points_title">_plot_points_title</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-String.html#t:String">String</a></li><li><a href="#v:_plot_points_style">_plot_points_style</a> :: <a href="Graphics-Rendering-Chart-Drawing.html#t:PointStyle">PointStyle</a></li><li><a href="#v:_plot_points_values">_plot_points_values</a> :: [(x, y)]</li></ul>}</li><li class="src short"><a href="#v:plot_points_title">plot_points_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-Points.html#t:PlotPoints">PlotPoints</a> x y) <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-String.html#t:String">String</a></li><li class="src short"><a href="#v:plot_points_style">plot_points_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-Points.html#t:PlotPoints">PlotPoints</a> x y) <a href="Graphics-Rendering-Chart-Drawing.html#t:PointStyle">PointStyle</a></li><li class="src short"><a href="#v:plot_points_values">plot_points_values</a> :: <span class="keyword">forall</span> x y x y. <a href="file:///usr/share/doc/libghc-lens-doc/html/Control-Lens-Type.html#t:Lens">Lens</a> (<a href="Graphics-Rendering-Chart-Plot-Points.html#t:PlotPoints">PlotPoints</a> x y) (<a href="Graphics-Rendering-Chart-Plot-Points.html#t:PlotPoints">PlotPoints</a> x y) [(x, y)] [(x, y)]</li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span> <a name="t:PlotPoints" class="def">PlotPoints</a> x y <a href="src/Graphics-Rendering-Chart-Plot-Points.html#PlotPoints" class="link">Source</a></p><div class="doc"><p>Value defining a series of datapoints, 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 name="v:PlotPoints" class="def">PlotPoints</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:_plot_points_title" class="def">_plot_points_title</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-String.html#t:String">String</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_plot_points_style" class="def">_plot_points_style</a> :: <a href="Graphics-Rendering-Chart-Drawing.html#t:PointStyle">PointStyle</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_plot_points_values" class="def">_plot_points_values</a> :: [(x, y)]</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:PlotPoints" class="caption collapser" onclick="toggleSection('i:PlotPoints')">Instances</p><div id="section.i:PlotPoints" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><a href="Graphics-Rendering-Chart-Plot-Types.html#t:ToPlot">ToPlot</a> <a href="Graphics-Rendering-Chart-Plot-Points.html#t:PlotPoints">PlotPoints</a></span> <a href="src/Graphics-Rendering-Chart-Plot-Points.html#line-36" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><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-Points.html#t:PlotPoints">PlotPoints</a> x y)</span> <a href="src/Graphics-Rendering-Chart-Plot-Points.html#line-62" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><h1 id="g:1">Accessors</h1><div class="doc"><p>These accessors are generated by template haskell</p></div><div class="top"><p class="src"><a name="v:plot_points_title" class="def">plot_points_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-Points.html#t:PlotPoints">PlotPoints</a> x y) <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-String.html#t:String">String</a> <a href="src/Graphics-Rendering-Chart-Plot-Points.html#plot_points_title" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:plot_points_style" class="def">plot_points_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-Points.html#t:PlotPoints">PlotPoints</a> x y) <a href="Graphics-Rendering-Chart-Drawing.html#t:PointStyle">PointStyle</a> <a href="src/Graphics-Rendering-Chart-Plot-Points.html#plot_points_style" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:plot_points_values" class="def">plot_points_values</a> :: <span class="keyword">forall</span> x y x y. <a href="file:///usr/share/doc/libghc-lens-doc/html/Control-Lens-Type.html#t:Lens">Lens</a> (<a href="Graphics-Rendering-Chart-Plot-Points.html#t:PlotPoints">PlotPoints</a> x y) (<a href="Graphics-Rendering-Chart-Plot-Points.html#t:PlotPoints">PlotPoints</a> x y) [(x, y)] [(x, y)] <a href="src/Graphics-Rendering-Chart-Plot-Points.html#plot_points_values" class="link">Source</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.16.1</p></div></body></html>