/usr/share/doc/pyxplot/html/sect0001.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 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 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 | <!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: Introduction to PyXPlot</title>
<link href="ch-introduction.html" title="Introduction" rel="next" />
<link href="index.html" 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="index.html" title="PyXPlot Users' Guide"><img alt="Previous: PyXPlot Users' Guide" 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-introduction.html" title="Introduction"><img alt="Next: Introduction" 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>
<b class="current">Introduction to PyXPlot</b>
</span>
</span>
<hr />
</div>
<div><h1 id="a0000000002">1 Introduction to PyXPlot</h1>
</div>
<div class="contents part-contents"><!--<strong>Subsections</strong>-->
<ul>
<li><a href="ch-introduction.html">1 Introduction</a>
<ul>
<li><a href="sect0002.html">1.1 PyXPlot’s Heritage: Gnuplot</a>
</li><li><a href="sect0003.html">1.2 The Structure of this Manual</a>
</li><li><a href="sect0004.html">1.3 A Whirlwind Tour</a>
</li><li><a href="sect0005.html">1.4 Acknowledgments</a>
</li><li><a href="sect0006.html">1.5 License</a>
</li>
</ul>
</li><li><a href="ch-installation.html">2 Installation</a>
<ul>
<li><a href="sect0007.html">2.1 System Requirements</a>
</li><li><a href="sect0008.html">2.2 Installation</a>
<ul>
<li><a href="sect0009.html">2.2.1 Installation within Linux Distributions</a>
</li><li><a href="sect0010.html">2.2.2 Installation as User</a>
</li><li><a href="sect0011.html">2.2.3 System-wide Installation</a>
</li>
</ul>
</li>
</ul>
</li><li><a href="ch-first_steps.html">3 First Steps With PyXPlot</a>
<ul>
<li><a href="box-CommandHistory.html">3.1 Getting Started</a>
</li><li><a href="sec-first_plots.html">3.2 First Plots</a>
</li><li><a href="sect0012.html">3.3 Comments</a>
</li><li><a href="sect0013.html">3.4 Splitting Long Commands</a>
</li><li><a href="sect0014.html">3.5 Printing Text</a>
</li><li><a href="sec-latex_incompatibility.html">3.6 Axis Labels and Titles</a>
</li><li><a href="sect0015.html">3.7 Querying the Values of Settings</a>
</li><li><a href="sec-plot_datafiles.html">3.8 Plotting Datafiles</a>
</li><li><a href="sect0016.html">3.9 Plotting Many Datafiles at Once</a>
<ul>
<li><a href="sec-horizontal_datafiles.html">3.9.1 Horizontally arranged Datafiles</a>
</li><li><a href="sec-select_modifier.html">3.9.2 Choosing which Data to Plot</a>
</li>
</ul>
</li><li><a href="sec-replot.html">3.10 The <tt class="tt">replot</tt> Command</a>
</li><li><a href="sec-directing_output.html">3.11 Directing Where Output Goes</a>
</li><li><a href="sect0017.html">3.12 Setting the Size of Output</a>
</li><li><a href="sec-pointtype.html">3.13 Plotting Styles</a>
</li><li><a href="ex-axislab.html">3.14 Setting Axis Ranges</a>
</li><li><a href="sect0018.html">3.15 Interactive Help</a>
</li>
</ul>
</li><li><a href="sect0019.html">4 Performing Calculations</a>
<ul>
<li><a href="sect0020.html">4.1 Variables</a>
</li><li><a href="sec-constants.html">4.2 Physical Constants</a>
</li><li><a href="sec-functions.html">4.3 Functions</a>
<ul>
<li><a href="ex-funcsplice.html">4.3.1 Spliced Functions</a>
</li>
</ul>
</li><li><a href="sec-num_errs.html">4.4 Handling Numerical Errors</a>
</li><li><a href="sec-complex_numbers.html">4.5 Working with Complex Numbers</a>
</li><li><a href="sec-units.html">4.6 Working with Physical Units</a>
<ul>
<li><a href="sec-angles.html">4.6.1 Treatment of Angles in PyXPlot</a>
</li><li><a href="sect0021.html">4.6.2 Converting between different Temperature Scales</a>
</li>
</ul>
</li><li><a href="sec-unitdisp.html">4.7 Configuring how Numbers are Displayed</a>
<ul>
<li><a href="sect0022.html">4.7.1 Units</a>
</li><li><a href="sect0023.html">4.7.2 Changing the Accuracy to which Numbers are Displayed</a>
</li><li><a href="sec-pastable.html">4.7.3 Creating Pastable Text</a>
</li>
</ul>
</li><li><a href="ex-calculus.html">4.8 Numerical Integration and Differentiation</a>
</li><li><a href="sect0024.html">4.9 Solving Systems of Equations</a>
</li><li><a href="ex-eqnsolve.html">4.10 Searching for Minima and Maxima of Functions</a>
</li><li><a href="sec-time_series.html">4.11 Working with Time-Series Data</a>
<ul>
<li><a href="sect0025.html">4.11.1 Time Intervals</a>
</li>
</ul>
</li>
</ul>
</li><li><a href="ch-numerics.html">5 Working with Data</a>
<ul>
<li><a href="sec-filters.html">5.1 Input Filters</a>
</li><li><a href="sect0026.html">5.2 Reading Data from a Pipe</a>
</li><li><a href="sect0027.html">5.3 Including Data within Command Scripts</a>
</li><li><a href="sec-special_comments.html">5.4 Special Comment Lines in Datafiles</a>
</li><li><a href="sec-tabulate.html">5.5 Tabulating Functions and Slicing Data Files</a>
</li><li><a href="sec-fit_command.html">5.6 Function Fitting</a>
</li><li><a href="ex-interpolation.html">5.7 Datafile Interpolation</a>
</li><li><a href="sect0028.html">5.8 Fourier Transforms</a>
<ul>
<li><a href="sect0029.html">5.8.1 Window Functions</a>
</li>
</ul>
</li><li><a href="sec-histogram.html">5.9 Histograms</a>
</li><li><a href="sect0030.html">5.10 Random Data Generation</a>
</li>
</ul>
</li><li><a href="sect0031.html">6 Programming and Flow Control</a>
<ul>
<li><a href="sec-stringvars.html">6.1 String Variables</a>
<ul>
<li><a href="sec-stringsubop.html">6.1.1 The String Substitution Operator</a>
</li><li><a href="sect0032.html">6.1.2 Regular Expressions</a>
</li><li><a href="sect0033.html">6.1.3 String Manipulation Functions</a>
</li>
</ul>
</li><li><a href="sect0034.html">6.2 Conditionals</a>
</li><li><a href="sect0035.html">6.3 For Loops</a>
</li><li><a href="sect0036.html">6.4 Foreach Loops</a>
</li><li><a href="ex-meansd.html">6.5 Foreach Datum Loops</a>
</li><li><a href="sect0037.html">6.6 While and Do Loops</a>
</li><li><a href="sec-breakcontinue.html">6.7 The <tt class="tt">break</tt> and <tt class="tt">continue</tt> statements</a>
</li><li><a href="sect0038.html">6.8 Conditional Functions</a>
</li><li><a href="ex-pendulum.html">6.9 Subroutines</a>
</li><li><a href="ex-macro.html">6.10 Macros</a>
</li><li><a href="sect0039.html">6.11 The <tt class="tt">exec</tt> command<a name="a0000000601" id="a0000000601"></a></a>
</li><li><a href="sect0040.html">6.12 Assertions</a>
</li><li><a href="sect0041.html">6.13 Shell Commands</a>
</li><li><a href="sect0042.html">6.14 Script Watching: pyxplot_watch</a>
</li>
</ul>
</li>
</ul>
</div>
<div class="navigation">
<table cellspacing="2" cellpadding="0" width="100%">
<tr>
<td><a href="index.html" title="PyXPlot Users' Guide"><img alt="Previous: PyXPlot Users' Guide" 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-introduction.html" title="Introduction"><img alt="Next: Introduction" 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>
|