/usr/share/doc/stilts/sun256/plot2cube.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 59 60 61 | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="sun-style.css">
<title>plot2cube: Draws a cube plot</title>
</head>
<body>
<hr>
<a href="plot2cube-usage.html">Next</a> <a href="plot2sky-examples.html">Previous</a> <a href="cmdUsage.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="plot2cube-usage.html">Usage</a><br>
<b>Up: </b><a href="cmdUsage.html">Command Reference</a><br>
<b>Previous: </b><a href="plot2sky-examples.html">Examples</a><br>
<hr>
<hr>
<h2><a name="plot2cube">B.9 <code>plot2cube</code>: Draws a cube plot</a></h2>
<p><code>plot2cube</code> draws plots in a Cartesian 3-dimensional space.
The plotting volume is a cube,
which is viewed from the outside and usually bounded by
an annotated wire frame.
</p>
<p>Positional coordinates are specified as
<code>x</code>, <code>y</code>, <code>z</code> triples,
e.g.:
<pre>
plot2cube layer1=mark in1=sim.fits x1=XPOS y1=YPOS z1=ZPOS
</pre>
</p>
<p>Content is added to the plot by specifying
one or more <em>plot layers</em> using the
<code>layerN</code> parameter.
The <code>N</code> part is a suffix applied to
all the parameters affecting a given layer;
any suffix (including the empty string) may be used.
Available layers for this plot type are:
<a href="layer-mark.html"><code>mark</code></a>,
<a href="layer-size.html"><code>size</code></a>,
<a href="layer-sizexy.html"><code>sizexy</code></a>,
<a href="layer-xyzvector.html"><code>xyzvector</code></a>,
<a href="layer-xyzerror.html"><code>xyzerror</code></a>,
<a href="layer-link2.html"><code>link2</code></a>,
<a href="layer-mark2.html"><code>mark2</code></a>,
<a href="layer-label.html"><code>label</code></a>,
<a href="layer-contour.html"><code>contour</code></a>.
</p>
<ul>
<li><a href="plot2cube-usage.html">B.9.1 Usage</a></li>
<li><a href="plot2cube-examples.html">B.9.2 Examples</a></li>
</ul>
<hr><a href="plot2cube-usage.html">Next</a> <a href="plot2sky-examples.html">Previous</a> <a href="cmdUsage.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="plot2cube-usage.html">Usage</a><br>
<b>Up: </b><a href="cmdUsage.html">Command Reference</a><br>
<b>Previous: </b><a href="plot2sky-examples.html">Examples</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>
|