This file is indexed.

/usr/share/doc/plplot-doc/html/plsdidev.html is in plplot-doc 5.10.0-0ubuntu5.

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
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>plsdidev: Set parameters that define current device-space window</title><link rel="stylesheet" type="text/css" href="stylesheet.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="The PLplot Plotting Library"><link rel="up" href="API.html" title="Chapter&#160;18.&#160;The Common API for PLplot"><link rel="prev" href="plsdev.html" title="plsdev: Set the device (keyword) name"><link rel="next" href="plsdimap.html" title="plsdimap: Set up transformation from metafile coordinates"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">
      <code class="function">plsdidev</code>: Set parameters that define current
      device-space window
    </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="plsdev.html">Prev</a>&#160;</td><th width="60%" align="center">Chapter&#160;18.&#160;The Common API for PLplot</th><td width="20%" align="right">&#160;<a accesskey="n" href="plsdimap.html">Next</a></td></tr></table><hr></div><div class="sect1"><div class="titlepage"><div><div><h4 class="title"><a name="plsdidev"></a>
      <code class="function">plsdidev</code>: Set parameters that define current
      device-space window
    </h4></div></div></div><p>
      </p><div class="funcsynopsis"><table border="0" class="funcprototype-table" summary="Function synopsis" style="cellspacing: 0; cellpadding: 0;"><tr><td><code class="funcdef">
	    <b class="fsfunc">plsdidev</b>
	  (</code></td><td><var class="pdparam">mar</var>, </td></tr><tr><td>&#160;</td><td><var class="pdparam">aspect</var>, </td></tr><tr><td>&#160;</td><td><var class="pdparam">jx</var>, </td></tr><tr><td>&#160;</td><td><var class="pdparam">jy</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer">&#160;</div></div><p>
    </p><p>
      Set relative margin width, aspect ratio, and relative
      justification that define current device-space window.  If you want to just use the previous value for any of
      these, just pass in the magic value PL_NOTSET. It is unlikely that one
      should ever need to change the aspect ratio but it's in there for
      completeness.
      If <a class="link" href="plsdidev.html" title="plsdidev: Set parameters that define current device-space window"><code class="function">plsdidev</code></a> is not called the default values
      of <code class="literal"><em class="parameter"><code>mar</code></em></code>,
      <code class="literal"><em class="parameter"><code>jx</code></em></code>, and
      <code class="literal"><em class="parameter"><code>jy</code></em></code>
      are all 0. <code class="literal"><em class="parameter"><code>aspect</code></em></code>
      is set to a device-specific value.
    </p><div class="variablelist"><dl class="variablelist"><dt><span class="term">
	  <em class="parameter"><code>mar</code></em>
	  (<code class="literal">PLFLT</code>, input)
	</span></dt><dd><p>
	    Relative margin width.
	  </p></dd><dt><span class="term">
	  <em class="parameter"><code>aspect</code></em>
	  (<code class="literal">PLFLT</code>, input)
	</span></dt><dd><p>
	    Aspect ratio.
	  </p></dd><dt><span class="term">
	  <em class="parameter"><code>jx</code></em>
	  (<code class="literal">PLFLT</code>, input)
	</span></dt><dd><p>
	    Relative justification in x. Value must lie in the
	    range -0.5 to 0.5.
	  </p></dd><dt><span class="term">
	  <em class="parameter"><code>jy</code></em>
	  (<code class="literal">PLFLT</code>, input)
	</span></dt><dd><p>
	    Relative justification in y. Value must lie in the
	    range -0.5 to 0.5.
	  </p></dd></dl></div><p>
      Redacted form: <code class="function">plsdidev(mar, aspect, jx, jy)</code>
    </p><p>
      This function is used in example 31.
    </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="plsdev.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="API.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="plsdimap.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">
      <code class="function">plsdev</code>: Set the device (keyword) name
    &#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;
      <code class="function">plsdimap</code>: Set up transformation from metafile
      coordinates
    </td></tr></table></div></body></html>