| 1 |
lars |
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
|
2 |
<HTML>
|
|
|
3 |
<HEAD>
|
|
|
4 |
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1">
|
|
|
5 |
<LINK REL="Start" HREF="index.html">
|
|
|
6 |
<LINK REL="Contents" HREF="toc.html">
|
|
|
7 |
<LINK REL="Prev" HREF="89Adjustingtheautomatictickmarks.html">
|
|
|
8 |
<LINK REL="Next" HREF="8101Usingtheautomaticdatetimescale.html">
|
|
|
9 |
<STYLE TYPE="text/css"><!--
|
|
|
10 |
BODY { font-family: serif }
|
|
|
11 |
H1 { font-family: sans-serif }
|
|
|
12 |
H2 { font-family: sans-serif }
|
|
|
13 |
H3 { font-family: sans-serif }
|
|
|
14 |
H4 { font-family: sans-serif }
|
|
|
15 |
H5 { font-family: sans-serif }
|
|
|
16 |
H6 { font-family: sans-serif }
|
|
|
17 |
SUB { font-size: smaller }
|
|
|
18 |
SUP { font-size: smaller }
|
|
|
19 |
PRE { font-family: monospace }
|
|
|
20 |
A { text-decoration: none }
|
|
|
21 |
--></STYLE>
|
|
|
22 |
</HEAD>
|
|
|
23 |
<BODY>
|
|
|
24 |
<A HREF="toc.html">Contents</A>
|
|
|
25 |
<A HREF="89Adjustingtheautomatictickmarks.html">Previous</A>
|
|
|
26 |
<A HREF="8101Usingtheautomaticdatetimescale.html">Next</A>
|
|
|
27 |
<HR NOSHADE>
|
|
|
28 |
<H2><A NAME="8_10">8.10 Handling date/time scales</A></H2>
|
|
|
29 |
<P> With date/time scale we refer to the plotting of data where the
|
|
|
30 |
independent variable (X-axis) de-nominates a time value. This could for
|
|
|
31 |
example be the temperature measured in intervals during a day.</P>
|
|
|
32 |
<P> From version 1.18 and onwards there are two principal ways of
|
|
|
33 |
handling date/time scales. The manual way and fully automatic using the
|
|
|
34 |
special "dat" scale. For most cases the automatic "dat" scale is the
|
|
|
35 |
preferred choice but in rare circumstances it might be more appropriate
|
|
|
36 |
to use the manual way since it gives slightly more control (but not
|
|
|
37 |
that much) of the overall handling of scales.</P>
|
|
|
38 |
<P> To be able to use a date/time scale at all we will assume that the
|
|
|
39 |
data points are represented by both an X coordinate (time-value) and a
|
|
|
40 |
Y-value (anything else wouldn't make sense).</P>
|
|
|
41 |
<P> We first start by describing the use of the "dat" scale.</P>
|
|
|
42 |
<HR NOSHADE>
|
|
|
43 |
<A HREF="toc.html">Contents</A>
|
|
|
44 |
<A HREF="89Adjustingtheautomatictickmarks.html">Previous</A>
|
|
|
45 |
<A HREF="8101Usingtheautomaticdatetimescale.html">Next</A>
|
|
|
46 |
</BODY>
|
|
|
47 |
</HTML>
|