This file is indexed.

/usr/share/doc/pyxplot/html/ch-plotting.html is in pyxplot-doc 0.8.4-3.

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 Detailed Survey</title>

<link href="sec-with_modifier.html" title="The with modifier" rel="next" />
<link href="sect0043.html" title="Plotting and Vector Graphics" rel="prev" />
<link href="sect0043.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="sect0043.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="sect0043.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="sect0255.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="sect0043.html">Plotting and Vector Graphics</a> <b>:</b>
</span>

</span><span>

<span>
<b class="current">Plotting: A Detailed Survey</b>
</span>
</span>
<hr />
</div>

<div><h1 id="ch:plotting">1 Plotting: A Detailed Survey</h1>
<p>This part of the manual returns to the subject of how PyXPlot may be used to produce graphs and other vector graphics. In this chapter, a systematic survey of how the appearance of plots can be configured is provided, continuing from the brief overview of the <tt class="tt">plot</tt> command<a name="a0000000616" id="a0000000616"></a> given in Chapter <a href="ch-first_steps.html">3</a>. In the subsequent chapters, we will describe how to produce graphical output in a range of image formats (Chapter <a href="ch-image_formats.html">2</a>) and how to produce galleries of multiple plots side-by-side, together with 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="sect0044.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="sect0045.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="sect0046.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="sect0047.html">1.2.5 Steps</a>
       
   </li><li><a href="sect0048.html">1.2.6 Arrows</a>
       
   </li><li><a href="sect0049.html">1.2.7 Colour Maps, Contour Maps and Surface Plots</a>
       
   </li>
   </ul>
</li><li><a href="sect0050.html">1.3 Labelling Datapoints</a>
   
</li><li><a href="sect0051.html">1.4 The <tt class="tt">style</tt> Keyword</a>
   
</li><li><a href="sect0052.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="sect0053.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="sect0054.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="sect0055.html">1.8.4 Specifying the Positioning of Axes</a>
       
   </li><li><a href="sect0056.html">1.8.5 Configuring the Appearance of Axes</a>
       
   </li><li><a href="sect0057.html">1.8.6 Setting the Colour 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_colours.html">1.9 Gridlines</a>
   
</li><li><a href="sect0058.html">1.10 Clipping Behaviour</a>
   
</li><li><a href="sect0059.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-colourmaps.html">1.12 Colour Maps</a>
   <ul>
   <li><a href="sect0060.html">1.12.1 Custom Colour Mappings</a>
       
   </li><li><a href="ex-mandelbrot.html">1.12.2 Colour 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="sect0043.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="sect0043.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="sect0255.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>