/usr/share/doc/stilts/sun256/plot2time-examples.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 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 | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="sun-style.css">
<title>Examples</title>
</head>
<body>
<hr>
<a href="plot2d.html">Next</a> <a href="plot2time-usage.html">Previous</a> <a href="plot2time.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="plot2d.html">plot2d: Old-style 2D Scatter Plot</a><br>
<b>Up: </b><a href="plot2time.html">plot2time: Draws a time plot</a><br>
<b>Previous: </b><a href="plot2time-usage.html">Usage</a><br>
<hr>
<h3><a name="plot2time-examples">B.11.2 Examples</a></h3>
<p>Here are some examples of <code>plot2time</code>:
<dl>
<dt><strong><pre>
stilts plot2time xpix=1000 ypix=300
in=ACE_data.vot t=epoch
layer.r=line y.r=Br color.r=grey
layer.t=line y.t=Bt color.t=cyan
layer.n=line y.n=Bn color.n=pink
</pre></strong></dt>
<dd>Three time series are plotted on the same axes as lines in different
colours.
</dd>
<dt><strong><pre>
stilts plot2time xpix=1000 ypix=1000
in=ACE_data.vot t=epoch
layer.r=line y.r=Br zone.r=ZR
layer.t=line y.t=Bt zone.t=ZT
layer.n=line y.n=Bn zone.n=ZN
titleZR="Br" titleZT="Bt" titleZN="Bn"
</pre></strong></dt>
<dd>The same data is plotted as in the previous example, but in this
case each line is drawn in a different panel (zone), stacked vertically.
The default colour is used for each line.
Each plot is given a different title; note the <code>title</code>
parameter suffixes refer to the zone identifiers not the layer identifiers.
</dd>
<dt><strong><pre>
stilts plot2time tmin=2007-06-07T02:40 tmax=2007-06-07T06:20 tformat=mjd
in=STEREO_STA_L1_SEPT_20070607_V05.cdf t=epoch_ns
ylabel=Channel
layer_3=spectrogram spectrum_3=Spec_0_NS
auxmap=accent auxfunc=log
</pre></strong></dt>
<dd>Plots a spectrogram from a CDF file.
The range along the horizontal axis is specified explicitly using
ISO-8601 date strings, but it is labelled in Modified Julian Date.
</dd>
<dt><strong><pre>
stilts plot2time in=STEREO_STA_L1_SEPT_20070607_V05.cdf t=epoch_ns
layer_1=spectrogram spectrum_1=spec_0_ns zone_1=A
layer_2=spectrogram spectrum_2=spec_0_e zone_2=B
layer_3=line y_3='mean(spec_0_ns)' color_3=plum zone_3=C
layer_4=line y_4='mean(spec_0_e)' color_4=skyblue zone_4=C
ylogC=true
auxfunc=sqrt auxmapA=viridis auxmapB=magma
</pre></strong></dt>
<dd>This is a 3-zone plot; zones <code>A</code> and <code>B</code>
each contains a spectrogram (layers <code>_1</code> and <code>_2</code>),
and zone <code>C</code> contains two line plots
(layers <code>_3</code> and <code>_4</code>).
The Y axis is set to logarithmic for zone C only.
The colour ramps are configured with <code>aux*</code> parameters;
the stretch function is set to <code>sqrt</code> for all zones,
and the colour map is set to different values for zones A and B.
</dd>
</dl>
</p>
<hr><a href="plot2d.html">Next</a> <a href="plot2time-usage.html">Previous</a> <a href="plot2time.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="plot2d.html">plot2d: Old-style 2D Scatter Plot</a><br>
<b>Up: </b><a href="plot2time.html">plot2time: Draws a time plot</a><br>
<b>Previous: </b><a href="plot2time-usage.html">Usage</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>
|