This file is indexed.

/usr/share/doc/pyxplot/html/ch-plotting.html is in pyxplot-doc 0.9.2-4.

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
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!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" xml:lang="en" lang="en">
<head>
<meta name="generator" content="plasTeX" />
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<title>PyXPlot Users' Guide: Plotting: a complete guide</title>

<link href="sec-with_modifier.html" title="The with modifier" rel="next" />
<link href="sect0056.html" title="Plotting and Vector Graphics" rel="prev" />
<link href="sect0056.html" title="Plotting and Vector Graphics" rel="up" />
<link rel="stylesheet" href="styles/styles.css" />
</head>
<body>

<div class="navigation">
<table cellspacing="2" cellpadding="0" width="100%">
<tr>
<td><a href="sect0056.html" title="Plotting and Vector Graphics"><img alt="Previous: Plotting and Vector Graphics" border="0" src="icons/previous.gif" width="32" height="32" /></a></td>

<td><a href="sect0056.html" title="Plotting and Vector Graphics"><img alt="Up: Plotting and Vector Graphics" border="0" src="icons/up.gif" width="32" height="32" /></a></td>

<td><a href="sec-with_modifier.html" title="The with modifier"><img alt="Next: The with modifier" border="0" src="icons/next.gif" width="32" height="32" /></a></td>

<td class="navtitle" align="center">PyXPlot Users' Guide</td>
<td><a href="index.html" title="Table of Contents"><img border="0" alt="" src="icons/contents.gif" width="32" height="32" /></a></td>

<td><a href="sect0288.html" title="Index"><img border="0" alt="" src="icons/index.gif" width="32" height="32" /></a></td>

<td><img border="0" alt="" src="icons/blank.gif" width="32" height="32" /></td>
</tr>
</table>
</div>

<div class="breadcrumbs">
<span>
<span>
<a href="index.html">PyXPlot Users' Guide</a> <b>:</b>
</span>

</span><span>
<span>
<a href="sect0056.html">Plotting and Vector Graphics</a> <b>:</b>
</span>

</span><span>

<span>
<b class="current">Plotting: a complete guide</b>
</span>
</span>
<hr />
</div>

<div><h1 id="ch:plotting">1 Plotting: a complete guide</h1>
<p>This part of the manual provides a complete description of Pyxplot’s commands for producing graphs and vector graphics. This chapter extends the overview of the <tt class="tt">plot</tt> command<a name="a0000000652" id="a0000000652"></a> in Chapter <a href="ch-first_steps.html">3</a>, providing a systematic description of how the appearance of plots can be configured. Subsequent chapters describe how to produce graphical output in a range of image formats (Chapter <a href="ch-image_formats.html">2</a>), how to produce galleries of multiple plots side-by-side, and how to produce more sophisticated vector graphics (Chapter <a href="ch-vector_graphics.html">3</a>). </p></div>

<div class="contents chapter-contents"><!--<strong>Subsections</strong>-->
<ul>
<li><a href="sec-with_modifier.html">1.1 The <tt class="tt">with</tt> modifier</a>
   <ul>
   <li><a href="sec-palette.html">1.1.1 The palette</a>
       
   </li><li><a href="sect0057.html">1.1.2 Default settings</a>
       
   </li>
   </ul>
</li><li><a href="sec-list_of_plotstyles.html">1.2 Pyxplot’s plot styles</a>
   <ul>
   <li><a href="sect0058.html">1.2.1 Lines and points</a>
       
   </li><li><a href="sec-errorbars.html">1.2.2 Error bars</a>
       
   </li><li><a href="sect0059.html">1.2.3 Shaded regions</a>
       
   </li><li><a href="sec-barcharts.html">1.2.4 Barcharts and histograms</a>
       
   </li><li><a href="sect0060.html">1.2.5 Steps</a>
       
   </li><li><a href="sect0061.html">1.2.6 Arrows</a>
       
   </li><li><a href="sect0062.html">1.2.7 Color maps, contour maps and surface plots</a>
       
   </li>
   </ul>
</li><li><a href="sect0063.html">1.3 Labelling datapoints</a>
   
</li><li><a href="sect0064.html">1.4 The <tt class="tt">style</tt> keyword</a>
   
</li><li><a href="sect0065.html">1.5 Plotting functions in exotic styles</a>
   
</li><li><a href="ex-spirograph.html">1.6 Plotting parametric functions</a>
   <ul>
   <li><a href="ex-trefoil.html">1.6.1 Two-dimensional parametric surfaces</a>
       
   </li>
   </ul>
</li><li><a href="sec-legends.html">1.7 Graph legends</a>
   
</li><li><a href="sect0066.html">1.8 Configuring axes</a>
   <ul>
   <li><a href="sec-multiple_axes.html">1.8.1 Adding additional axes</a>
       
   </li><li><a href="sect0067.html">1.8.2 Selecting which axes to plot against</a>
       
   </li><li><a href="sec-set_axisunitstyle.html">1.8.3 Plotting quantities with physical units</a>
       
   </li><li><a href="sect0068.html">1.8.4 Specifying the positioning of axes</a>
       
   </li><li><a href="sect0069.html">1.8.5 Configuring the appearance of axes</a>
       
   </li><li><a href="sect0070.html">1.8.6 Setting the color of axes</a>
       
   </li><li><a href="ex-axistics.html">1.8.7 Specifying where ticks should appear along axes</a>
       
   </li><li><a href="sec-set_xformat.html">1.8.8 Configuring how tick marks are labelled</a>
       
   </li><li><a href="ex-cmbrtemp.html">1.8.9 Linked axes</a>
       
   </li>
   </ul>
</li><li><a href="sec-set_colors.html">1.9 Gridlines</a>
   
</li><li><a href="sect0071.html">1.10 Clipping behaviour</a>
   
</li><li><a href="sect0072.html">1.11 Labelling graphs</a>
   <ul>
   <li><a href="sec-set_arrow.html">1.11.1 Arrows</a>
       
   </li><li><a href="ex-australia.html">1.11.2 Text labels</a>
       
   </li>
   </ul>
</li><li><a href="sec-colormaps.html">1.12 Color maps</a>
   <ul>
   <li><a href="sec-colmap_custom.html">1.12.1 Custom color mappings</a>
       
   </li><li><a href="ex-mandelbrot.html">1.12.2 Color scale bars</a>
       
   </li>
   </ul>
</li><li><a href="sec-contourmaps.html">1.13 Contour maps</a>
   
</li><li><a href="sec-threedim.html">1.14 Three-dimensional plotting</a>
   <ul>
   <li><a href="ex-surface-sinc.html">1.14.1 Surface plotting</a>
       
   </li>
   </ul>
</li>



</ul>
</div>



<div class="navigation">
<table cellspacing="2" cellpadding="0" width="100%">
<tr>
<td><a href="sect0056.html" title="Plotting and Vector Graphics"><img alt="Previous: Plotting and Vector Graphics" border="0" src="icons/previous.gif" width="32" height="32" /></a></td>

<td><a href="sect0056.html" title="Plotting and Vector Graphics"><img alt="Up: Plotting and Vector Graphics" border="0" src="icons/up.gif" width="32" height="32" /></a></td>

<td><a href="sec-with_modifier.html" title="The with modifier"><img alt="Next: The with modifier" border="0" src="icons/next.gif" width="32" height="32" /></a></td>

<td class="navtitle" align="center">PyXPlot Users' Guide</td>
<td><a href="index.html" title="Table of Contents"><img border="0" alt="" src="icons/contents.gif" width="32" height="32" /></a></td>

<td><a href="sect0288.html" title="Index"><img border="0" alt="" src="icons/index.gif" width="32" height="32" /></a></td>

<td><img border="0" alt="" src="icons/blank.gif" width="32" height="32" /></td>
</tr>
</table>
</div>

<script language="javascript" src="icons/imgadjust.js" type="text/javascript"></script>

</body>
</html>