/usr/share/doc/pyxplot/html/sect0145.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 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 | <!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: set</title>
<link href="sect0146.html" title="arrow" rel="next" />
<link href="sect0144.html" title="save" rel="prev" />
<link href="ch-reference.html" title="Command reference" 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="sect0144.html" title="save"><img alt="Previous: save" border="0" src="icons/previous.gif" width="32" height="32" /></a></td>
<td><a href="ch-reference.html" title="Command reference"><img alt="Up: Command reference" border="0" src="icons/up.gif" width="32" height="32" /></a></td>
<td><a href="sect0146.html" title="arrow"><img alt="Next: arrow" 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="sect0089.html">Reference Manual</a> <b>:</b>
</span>
</span><span>
<span>
<a href="ch-reference.html">Command reference</a> <b>:</b>
</span>
</span><span>
<span>
<b class="current">set</b>
</span>
</span>
<hr />
</div>
<div><h1 id="a0000000146">1.52 set</h1>
<p><a name="a0000001162" id="a0000001162"></a> </p><pre>
set <option> <value>
</pre><p>The <tt class="tt">set</tt> command<a name="a0000001163" id="a0000001163"></a> is used to configure the values of a wide range of parameters within Pyxplot which control its behaviour and the style of the output which it produces. For example: </p><pre>
set pointsize 2
</pre><p>would set the size of points plotted by Pyxplot to be twice the default. In the majority of cases, the syntax follows that above: the <tt class="tt">set</tt> command should be followed by a keyword which specifies which parameter should be set, followed by the value to which that parameter should be set. Those parameters which work in an on/off fashion take a different syntax along the lines of: </p><table cellspacing="0" class="tabular">
<tr>
<td style="text-align:left"><p> <tt class="tt">set key</tt> </p></td>
<td style="text-align:left"><p> <tt class="tt"><i class="it"># Set option ON</i></tt> </p></td>
</tr><tr>
<td style="text-align:left"><p><tt class="tt">set nokey</tt> </p></td>
<td style="text-align:left"><p> <tt class="tt"><i class="it"># Set option OFF</i></tt> </p></td>
</tr>
</table><p>More details of the effects of each individual parameter can be found in the subsections below, which forms a complete list of the recognised setting keywords. </p><p>The reader should also see the <tt class="tt">show</tt> command, which can be used to display the current values of settings, and the <tt class="tt">unset</tt> command, which returns settings to their default values. ChapterĀ <a href="ch-configuration.html">7</a> describes how commonly used settings can be saved into a configuration file. </p></div>
<div class="contents section-contents"><!--<strong>Subsections</strong>-->
<ul>
<li><a href="sect0146.html">1.52.1 arrow</a>
</li><li><a href="sect0147.html">1.52.2 autoscale</a>
</li><li><a href="sect0148.html">1.52.3 axescolor</a>
</li><li><a href="sect0149.html">1.52.4 axis</a>
</li><li><a href="sect0150.html">1.52.5 axisunitstyle</a>
</li><li><a href="sect0151.html">1.52.6 backup</a>
</li><li><a href="sect0152.html">1.52.7 bar</a>
</li><li><a href="sect0153.html">1.52.8 binorigin</a>
</li><li><a href="sect0154.html">1.52.9 binwidth</a>
</li><li><a href="sect0155.html">1.52.10 boxfrom</a>
</li><li><a href="sect0156.html">1.52.11 boxwidth</a>
</li><li><a href="sect0157.html">1.52.12 c1format</a>
</li><li><a href="sect0158.html">1.52.13 c1label</a>
</li><li><a href="sect0159.html">1.52.14 calendar</a>
</li><li><a href="sect0160.html">1.52.15 clip</a>
</li><li><a href="sect0161.html">1.52.16 colorkey</a>
</li><li><a href="sect0162.html">1.52.17 colormap</a>
</li><li><a href="sect0163.html">1.52.18 contours</a>
</li><li><a href="sect0164.html">1.52.19 c<img src="images/img-0046.png" alt="$<$" style="vertical-align:0px;
width:12px;
height:11px" class="math gen" />n<img src="images/img-0035.png" alt="$>$" style="vertical-align:0px;
width:12px;
height:11px" class="math gen" />range</a>
</li><li><a href="sect0165.html">1.52.20 data style</a>
</li><li><a href="sect0166.html">1.52.21 display</a>
</li><li><a href="sect0167.html">1.52.22 filter</a>
</li><li><a href="sect0168.html">1.52.23 fontsize</a>
</li><li><a href="sect0169.html">1.52.24 function style</a>
</li><li><a href="sect0170.html">1.52.25 grid</a>
</li><li><a href="sect0171.html">1.52.26 gridmajcolor</a>
</li><li><a href="sect0172.html">1.52.27 gridmincolor</a>
</li><li><a href="sect0173.html">1.52.28 key</a>
</li><li><a href="sect0174.html">1.52.29 keycolumns</a>
</li><li><a href="sect0175.html">1.52.30 label</a>
</li><li><a href="sect0176.html">1.52.31 linewidth</a>
</li><li><a href="sect0177.html">1.52.32 logscale</a>
</li><li><a href="sect0178.html">1.52.33 multiplot</a>
</li><li><a href="sect0179.html">1.52.34 mxtics</a>
</li><li><a href="sect0180.html">1.52.35 mytics</a>
</li><li><a href="sect0181.html">1.52.36 mztics</a>
</li><li><a href="sect0182.html">1.52.37 noarrow</a>
</li><li><a href="sect0183.html">1.52.38 noaxis</a>
</li><li><a href="sect0184.html">1.52.39 nobackup</a>
</li><li><a href="sect0185.html">1.52.40 noclip</a>
</li><li><a href="sect0186.html">1.52.41 nocolorkey</a>
</li><li><a href="sect0187.html">1.52.42 nodisplay</a>
</li><li><a href="sect0188.html">1.52.43 nogrid</a>
</li><li><a href="sect0189.html">1.52.44 nokey</a>
</li><li><a href="sect0190.html">1.52.45 nolabel</a>
</li><li><a href="sect0191.html">1.52.46 nologscale</a>
</li><li><a href="sect0192.html">1.52.47 nomultiplot</a>
</li><li><a href="sect0193.html">1.52.48 nostyle</a>
</li><li><a href="sect0194.html">1.52.49 notitle</a>
</li><li><a href="sect0195.html">1.52.50 noxtics</a>
</li><li><a href="sect0196.html">1.52.51 noytics</a>
</li><li><a href="sect0197.html">1.52.52 noztics</a>
</li><li><a href="sect0198.html">1.52.53 numerics</a>
</li><li><a href="sect0199.html">1.52.54 origin</a>
</li><li><a href="sect0200.html">1.52.55 output</a>
</li><li><a href="sect0201.html">1.52.56 palette</a>
</li><li><a href="sect0202.html">1.52.57 papersize</a>
</li><li><a href="sect0203.html">1.52.58 pointlinewidth</a>
</li><li><a href="sect0204.html">1.52.59 pointsize</a>
</li><li><a href="sect0205.html">1.52.60 preamble</a>
</li><li><a href="sect0206.html">1.52.61 samples</a>
</li><li><a href="sect0207.html">1.52.62 seed</a>
</li><li><a href="sect0208.html">1.52.63 size</a>
</li><li><a href="sect0209.html">1.52.64 style</a>
</li><li><a href="sect0210.html">1.52.65 style data | style function</a>
</li><li><a href="sect0211.html">1.52.66 terminal</a>
</li><li><a href="sect0212.html">1.52.67 textcolor</a>
</li><li><a href="sect0213.html">1.52.68 texthalign</a>
</li><li><a href="sect0214.html">1.52.69 textvalign</a>
</li><li><a href="sect0215.html">1.52.70 timezone</a>
</li><li><a href="sect0216.html">1.52.71 title</a>
</li><li><a href="sect0217.html">1.52.72 trange</a>
</li><li><a href="sect0218.html">1.52.73 unit</a>
</li><li><a href="sect0219.html">1.52.74 urange</a>
</li><li><a href="sect0220.html">1.52.75 view</a>
</li><li><a href="sect0221.html">1.52.76 viewer</a>
</li><li><a href="sect0222.html">1.52.77 vrange</a>
</li><li><a href="sect0223.html">1.52.78 width</a>
</li><li><a href="sect0224.html">1.52.79 xformat</a>
</li><li><a href="sect0225.html">1.52.80 xlabel</a>
</li><li><a href="sect0226.html">1.52.81 xrange</a>
</li><li><a href="sect0227.html">1.52.82 xtics</a>
</li><li><a href="sect0228.html">1.52.83 yformat</a>
</li><li><a href="sect0229.html">1.52.84 ylabel</a>
</li><li><a href="sect0230.html">1.52.85 yrange</a>
</li><li><a href="sect0231.html">1.52.86 ytics</a>
</li><li><a href="sect0232.html">1.52.87 zformat</a>
</li><li><a href="sect0233.html">1.52.88 zlabel</a>
</li><li><a href="sect0234.html">1.52.89 zrange</a>
</li><li><a href="sect0235.html">1.52.90 ztics</a>
</li>
</ul>
</div>
<div class="navigation">
<table cellspacing="2" cellpadding="0" width="100%">
<tr>
<td><a href="sect0144.html" title="save"><img alt="Previous: save" border="0" src="icons/previous.gif" width="32" height="32" /></a></td>
<td><a href="ch-reference.html" title="Command reference"><img alt="Up: Command reference" border="0" src="icons/up.gif" width="32" height="32" /></a></td>
<td><a href="sect0146.html" title="arrow"><img alt="Next: arrow" 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>
|