/usr/share/doc/stilts/sun256/paintMode.html is in stilts-doc 3.1.2-2.
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 | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="sun-style.css">
<title>Output Modes</title>
</head>
<body>
<hr>
<a href="paintmode-swing.html">Next</a> <a href="shading-weighted.html">Previous</a> <a href="plot2.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="paintmode-swing.html">swing</a><br>
<b>Up: </b><a href="plot2.html">Plotting</a><br>
<b>Previous: </b><a href="shading-weighted.html">weighted</a><br>
<hr>
<h3><a name="paintMode">8.5 Output Modes</a></h3>
<p>The plots generated by the plotting commands can be used in various
different ways. One thing you might want to do is to write the
output to a file in a given graphics format
(<a href="paintmode-out.html"><code>out</code></a>);
another is to preview it directly on the screen
(<a href="paintmode-swing.html"><code>swing</code></a>).
By default one or other of these will happen depending on whether you
specify an output file. However there are other possibilities;
these are listed in the following subsections.
</p>
<p>Except for display to the screen, these modes should work happily
on a headless machine (one with no graphics display, as may be the case
for a web server).
When running headless, you may find it necessary to
set the java system property
"<code>java.awt.headless</code>" to <code>true</code>
- see <a href="sysProperties.html">Section 3.3</a>.
</p>
<p>The default output mode is <a href="paintmode-auto.html"><code>auto</code></a>,
which means that output is to a file if an output file is specified,
or to the screen if it is not. So in most cases you don't need to specify the
<code>omode</code> parameter explicitly.
</p>
<ul>
<li><a href="paintmode-swing.html">8.5.1 <code>swing</code></a></li>
<li><a href="paintmode-out.html">8.5.2 <code>out</code></a></li>
<li><a href="paintmode-cgi.html">8.5.3 <code>cgi</code></a></li>
<li><a href="paintmode-discard.html">8.5.4 <code>discard</code></a></li>
<li><a href="paintmode-auto.html">8.5.5 <code>auto</code></a></li>
</ul>
<hr><a href="paintmode-swing.html">Next</a> <a href="shading-weighted.html">Previous</a> <a href="plot2.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="paintmode-swing.html">swing</a><br>
<b>Up: </b><a href="plot2.html">Plotting</a><br>
<b>Previous: </b><a href="shading-weighted.html">weighted</a><br>
<hr><i>STILTS - Starlink Tables Infrastructure Library Tool Set<br>Starlink User Note256<br>STILTS web page:
<a href="http://www.starlink.ac.uk/stilts/">http://www.starlink.ac.uk/stilts/</a><br>Author email:
<a href="mailto:m.b.taylor@bristol.ac.uk">m.b.taylor@bristol.ac.uk</a><br>Mailing list:
<a href="mailto:topcat-user@jiscmail.ac.uk">topcat-user@jiscmail.ac.uk</a><br></i></body>
</html>
|