/usr/share/doc/libghc-chart-doc/html/Graphics-Rendering-Chart-Axis-LocalTime.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 11 12 13 14 15 16 17 | <!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.LocalTime</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-LocalTime.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Graphics-Rendering-Chart-Axis-LocalTime.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.Axis.LocalTime</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Calculate and render time 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"><a href="#v:timeAxis">timeAxis</a> :: TimeSeq -> TimeSeq -> TimeLabelFn -> TimeLabelAlignment -> TimeSeq -> TimeLabelFn -> TimeLabelAlignment -> <a href="Graphics-Rendering-Chart-Axis-Types.html#t:AxisFn">AxisFn</a> <a href="/usr/share/doc/ghc-doc/html/libraries/time-1.4/Data-Time-LocalTime.html#t:LocalTime">LocalTime</a></li><li class="src short"><a href="#v:autoTimeAxis">autoTimeAxis</a> :: <a href="Graphics-Rendering-Chart-Axis-Types.html#t:AxisFn">AxisFn</a> <a href="/usr/share/doc/ghc-doc/html/libraries/time-1.4/Data-Time-LocalTime.html#t:LocalTime">LocalTime</a></li><li class="src short"><a href="#v:days">days</a> :: TimeSeq</li><li class="src short"><a href="#v:months">months</a> :: TimeSeq</li><li class="src short"><a href="#v:years">years</a> :: TimeSeq</li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a name="v:timeAxis" class="def">timeAxis</a> :: TimeSeq -> TimeSeq -> TimeLabelFn -> TimeLabelAlignment -> TimeSeq -> TimeLabelFn -> TimeLabelAlignment -> <a href="Graphics-Rendering-Chart-Axis-Types.html#t:AxisFn">AxisFn</a> <a href="/usr/share/doc/ghc-doc/html/libraries/time-1.4/Data-Time-LocalTime.html#t:LocalTime">LocalTime</a><a href="src/Graphics-Rendering-Chart-Axis-LocalTime.html#timeAxis" class="link">Source</a></p><div class="doc"><p>Create an <code><a href="Graphics-Rendering-Chart-Axis-Types.html#t:AxisFn">AxisFn</a></code> to for a time axis. The first <code>TimeSeq</code> sets the
minor ticks, and the ultimate range will be aligned to its elements.
The second <code>TimeSeq</code> sets the labels and grid. The third <code>TimeSeq</code>
sets the second line of labels. The <code>TimeLabelFn</code> is
used to format LocalTimes for labels. The values to be plotted
against this axis can be created with <code>doubleFromLocalTime</code>.
</p></div></div><div class="top"><p class="src"><a name="v:autoTimeAxis" class="def">autoTimeAxis</a> :: <a href="Graphics-Rendering-Chart-Axis-Types.html#t:AxisFn">AxisFn</a> <a href="/usr/share/doc/ghc-doc/html/libraries/time-1.4/Data-Time-LocalTime.html#t:LocalTime">LocalTime</a><a href="src/Graphics-Rendering-Chart-Axis-LocalTime.html#autoTimeAxis" class="link">Source</a></p><div class="doc"><p>Automatically choose a suitable time axis, based upon the time range
of data. The values to be plotted against this axis can be created
with <code>doubleFromLocalTime</code>.
</p></div></div><div class="top"><p class="src"><a name="v:days" class="def">days</a> :: TimeSeq<a href="src/Graphics-Rendering-Chart-Axis-LocalTime.html#days" class="link">Source</a></p><div class="doc"><p>A <code>TimeSeq</code> for calendar days.
</p></div></div><div class="top"><p class="src"><a name="v:months" class="def">months</a> :: TimeSeq<a href="src/Graphics-Rendering-Chart-Axis-LocalTime.html#months" class="link">Source</a></p><div class="doc"><p>A <code>TimeSeq</code> for calendar months.
</p></div></div><div class="top"><p class="src"><a name="v:years" class="def">years</a> :: TimeSeq<a href="src/Graphics-Rendering-Chart-Axis-LocalTime.html#years" class="link">Source</a></p><div class="doc"><p>A <code>TimeSeq</code> for calendar years.
</p></div></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>
|