/usr/share/doc/libghc-chart-doc/html/Graphics-Rendering-Chart-Plot-Points.html is in libghc-chart-doc 0.15-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.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-0.15: 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.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="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.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-Types.html#t:CairoPointStyle">CairoPointStyle</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:defaultPlotPoints">defaultPlotPoints</a> :: <a href="Graphics-Rendering-Chart-Plot-Points.html#t:PlotPoints">PlotPoints</a> x y</li><li class="src short"><a href="#v:plot_points_title">plot_points_title</a> :: <span class="keyword">forall</span> x y. <a href="/usr/share/doc/libghc-data-accessor-doc/html/Data-Accessor-Basic.html#t:T">T</a> (<a href="Graphics-Rendering-Chart-Plot-Points.html#t:PlotPoints">PlotPoints</a> x y) <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.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="/usr/share/doc/libghc-data-accessor-doc/html/Data-Accessor-Basic.html#t:T">T</a> (<a href="Graphics-Rendering-Chart-Plot-Points.html#t:PlotPoints">PlotPoints</a> x y) <a href="Graphics-Rendering-Chart-Types.html#t:CairoPointStyle">CairoPointStyle</a></li><li class="src short"><a href="#v:plot_points_values">plot_points_values</a> :: <span class="keyword">forall</span> x y. <a href="/usr/share/doc/libghc-data-accessor-doc/html/Data-Accessor-Basic.html#t:T">T</a> (<a href="Graphics-Rendering-Chart-Plot-Points.html#t:PlotPoints">PlotPoints</a> 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"> </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="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-String.html#t:String">String</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:plot_points_style_" class="def">plot_points_style_</a> :: <a href="Graphics-Rendering-Chart-Types.html#t:CairoPointStyle">CairoPointStyle</a></dt><dd class="doc empty"> </dd><dt class="src"><a name="v:plot_points_values_" class="def">plot_points_values_</a> :: [(x, y)]</dt><dd class="doc empty"> </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"><a href="Graphics-Rendering-Chart-Plot-Types.html#t:ToPlot">ToPlot</a> <a href="Graphics-Rendering-Chart-Plot-Points.html#t:PlotPoints">PlotPoints</a></td><td class="doc empty"> </td></tr></table></div></div></div><div class="top"><p class="src"><a name="v:defaultPlotPoints" class="def">defaultPlotPoints</a> :: <a href="Graphics-Rendering-Chart-Plot-Points.html#t:PlotPoints">PlotPoints</a> x y<a href="src/Graphics-Rendering-Chart-Plot-Points.html#defaultPlotPoints" class="link">Source</a></p></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="/usr/share/doc/libghc-data-accessor-doc/html/Data-Accessor-Basic.html#t:T">T</a> (<a href="Graphics-Rendering-Chart-Plot-Points.html#t:PlotPoints">PlotPoints</a> x y) <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.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="/usr/share/doc/libghc-data-accessor-doc/html/Data-Accessor-Basic.html#t:T">T</a> (<a href="Graphics-Rendering-Chart-Plot-Points.html#t:PlotPoints">PlotPoints</a> x y) <a href="Graphics-Rendering-Chart-Types.html#t:CairoPointStyle">CairoPointStyle</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. <a href="/usr/share/doc/libghc-data-accessor-doc/html/Data-Accessor-Basic.html#t:T">T</a> (<a href="Graphics-Rendering-Chart-Plot-Points.html#t:PlotPoints">PlotPoints</a> 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.10.0</p></div></body></html>
|