This file is indexed.

/usr/share/doc/grads/html/graphics.html is in grads 2:2.0.1-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
 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
<!--Copyright (C) 1988-2005 by the Institute of Global Environment and Society (IGES). See file COPYRIGHT for more information.-->

<h1>Graphics Primitives</h1>

Various commands are provided to allow control and display of
various graphics primitives:  These enable you to enhance your
data plot by adding customised "artwork".  Alternatively, you can
use these commands to create, for example, a map-based diagram
with no data plot involved.<p>

<h2><u>Drawing Commands</u></h2>
<ul>
<a href="gradcomddrawmap.html">draw map</a><br>
<a href="gradcomddrawxlab.html">draw xlab</a><br>
<a href="gradcomddrawylab.html">draw ylab</a><br>
<a href="gradcomddrawstring.html">draw string</a><br>
<a href="gradcomddrawline.html">draw line</a><br>  
<a href="gradcomddrawrec.html">draw rec</a><br>  
<a href="gradcomddrawrecf.html">draw recf</a><br>
<a href="gradcomddrawmark.html">draw mark</a><br>  
<a href="gradcomddrawpolyf.html">draw polyf</a><br>
<a href="gradcomddrawwxsym.html">draw wxsym</a><br></ul>
<br>
<h2><u>Controlling drawing commands</u></h2>
<ul>
<a href="gradcomdsetfont.html">set font</a><br> 
<a href="gradcomdsetline.html">set line</a><br> 
<a href="gradcomdsetstring.html">set string</a><br> 
<a href="gradcomdsetstrsiz.html">set strsiz</a><br> 
<a href="gradcomdsetrgb.html">set rgb</a><br></ul><br>

<h2><u>Plot clipping</u></h2>
<ul>
You may specify a clipping area for drawing graphics primitives
such as lines and strings.  When you do a <a
href="gradcomddisplay.html"><code>display</code></a> command, GrADS
sets the clipping region to the parea, draws the graphic, then
sets the clipping region to the entire page.  Even if you have
set the clipping region, a display command will reset it to the
entire page.  To clip the display of the various draw commands:<p>

<dd><code><a href="gradcomdsetclip.html">set clip</a> xlo xhi ylo yhi</code><p>

where <code>xlo,xhi,ylo,yhi</code> are the clipping coordinates in real page
inches.
</ul>