/usr/share/doc/pyxplot/html/sect0056.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 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 | <!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 and Vector Graphics</title>
<link href="ch-plotting.html" title="Plotting: a complete guide" rel="next" />
<link href="sect0055.html" title="Storing data structures in text files" rel="prev" />
<link href="index.html" 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="sect0055.html" title="Storing data structures in text files"><img alt="Previous: Storing data structures in text files" border="0" src="icons/previous.gif" width="32" height="32" /></a></td>
<td><a href="index.html" title="PyXPlot Users' Guide"><img alt="Up: PyXPlot Users' Guide" border="0" src="icons/up.gif" width="32" height="32" /></a></td>
<td><a href="ch-plotting.html" title="Plotting: a complete guide"><img alt="Next: Plotting: a complete guide" 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>
<b class="current">Plotting and Vector Graphics</b>
</span>
</span>
<hr />
</div>
<div><h1 id="a0000000057">2 Plotting and Vector Graphics</h1>
</div>
<div class="contents part-contents"><!--<strong>Subsections</strong>-->
<ul>
<li><a href="ch-plotting.html">1 Plotting: a complete guide</a>
<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>
</li><li><a href="ch-image_formats.html">2 Producing image files</a>
<ul>
<li><a href="sec-set_terminal.html">2.1 The <tt class="tt">set terminal</tt> command</a>
<ul>
<li><a href="sect0073.html">2.1.1 Previewing graphs on the screen</a>
</li><li><a href="sect0074.html">2.1.2 Producing images on disk</a>
</li><li><a href="sect0075.html">2.1.3 The complete syntax of the <tt class="tt">set terminal</tt> command</a>
</li>
</ul>
</li><li><a href="sect0076.html">2.2 The default terminal</a>
</li><li><a href="sect0077.html">2.3 PostScript output</a>
<ul>
<li><a href="sec-set_papersize.html">2.3.1 Paper sizes</a>
</li>
</ul>
</li><li><a href="sec-file_backup.html">2.4 Backing up over-written files</a>
</li><li><a href="sect0078.html">2.5 Changing font</a>
</li>
</ul>
</li><li><a href="ch-vector_graphics.html">3 Producing vector graphics</a>
<ul>
<li><a href="sect0079.html">3.1 Adding other vector graphics objects</a>
</li><li><a href="sec-multiplot.html">3.2 Multiplot mode</a>
</li><li><a href="sect0080.html">3.3 The <tt class="tt">text</tt> command</a>
</li><li><a href="ex-notice.html">3.4 The <tt class="tt">arrow</tt> and <tt class="tt">line</tt> commands</a>
</li><li><a href="sect0081.html">3.5 Editing items on the canvas</a>
<ul>
<li><a href="sect0082.html">3.5.1 Settings associated with multiplot items</a>
</li><li><a href="sect0083.html">3.5.2 Reordering multiplot items</a>
</li><li><a href="ex-nanotubes.html">3.5.3 The construction of large multiplots</a>
</li>
</ul>
</li><li><a href="sect0084.html">3.6 Linked axes and galleries of plots</a>
<ul>
<li><a href="sect0085.html">3.6.1 The <tt class="tt">replot</tt> command revisited</a>
</li>
</ul>
</li><li><a href="ex-polygon2.html">3.7 The <tt class="tt">polygon</tt> command</a>
</li><li><a href="sect0086.html">3.8 The <tt class="tt">image</tt> command</a>
</li><li><a href="sect0087.html">3.9 The <tt class="tt">eps</tt> command</a>
</li><li><a href="ex-noentry.html">3.10 The <tt class="tt">box</tt> and <tt class="tt">circle</tt> commands</a>
</li><li><a href="ex-lens.html">3.11 The <tt class="tt">arc</tt> command</a>
</li><li><a href="sec-point.html">3.12 The <tt class="tt">point</tt> command</a>
</li><li><a href="sec-ellipse.html">3.13 The <tt class="tt">ellipse</tt> command</a>
</li><li><a href="sec-piechart.html">3.14 The <tt class="tt">piechart</tt> command</a>
</li><li><a href="sect0088.html">3.15 LaTeX and Pyxplot</a>
</li>
</ul>
</li>
</ul>
</div>
<div class="navigation">
<table cellspacing="2" cellpadding="0" width="100%">
<tr>
<td><a href="sect0055.html" title="Storing data structures in text files"><img alt="Previous: Storing data structures in text files" border="0" src="icons/previous.gif" width="32" height="32" /></a></td>
<td><a href="index.html" title="PyXPlot Users' Guide"><img alt="Up: PyXPlot Users' Guide" border="0" src="icons/up.gif" width="32" height="32" /></a></td>
<td><a href="ch-plotting.html" title="Plotting: a complete guide"><img alt="Next: Plotting: a complete guide" 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>
|