Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 591c941c2fdf0a32dc57bb5f10791cde > files > 420

gnuplot-doc-4.4.0-5.fc14.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<!--Converted with LaTeX2HTML 2008 (1.71)
original version by:  Nikos Drakos, CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Xtics time_data</TITLE>
<META NAME="description" CONTENT="Xtics time_data">
<META NAME="keywords" CONTENT="gnuplot">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="gnuplot.css">

<LINK REL="next" HREF="node302.html">
<LINK REL="previous" HREF="node300.html">
<LINK REL="up" HREF="node300.html">
<LINK REL="next" HREF="node302.html">
</HEAD>

<BODY >
<!--Navigation Panel-->
<A NAME="tex2html5522"
  HREF="node302.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html5516"
  HREF="node300.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html5510"
  HREF="node300.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html5518"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html5520"
  HREF="node467.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html5523"
  HREF="node302.html">Xtics rangelimited</A>
<B> Up:</B> <A NAME="tex2html5517"
  HREF="node300.html">Xtics</A>
<B> Previous:</B> <A NAME="tex2html5511"
  HREF="node300.html">Xtics</A>
 &nbsp; <B>  <A NAME="tex2html5519"
  HREF="node1.html">Contents</A></B> 
 &nbsp; <B>  <A NAME="tex2html5521"
  HREF="node467.html">Index</A></B> 
<BR>
<BR>
<!--End of Navigation Panel-->

<H3><A NAME="SECTION0402491100000000000000"></A>
<A NAME="set_xtics_time_axis_tics"></A><A NAME="xtics_time_axis_tics"></A><A NAME="time_axis_tics"></A>
<BR>
Xtics time_data
</H3>
In case of timeseries data, axis tic position values must be given as quoted
dates or times according to the format <B>timefmt</B>. If the 4#4start5#5, 4#4incr5#5, 4#4end5#5
form is used, 4#4start5#5 and 4#4end5#5 must be given according to <B>timefmt</B>, but
4#4incr5#5 must be in seconds.  Times will be written out according to the format
given on <B>set format</B>, however.

<P>
Examples:
<BR>
<PRE>
     set xdata time
     set timefmt "%d/%m"
     set xtics format "%b %d"
     set xrange ["01/12":"06/12"]
     set xtics "01/12", 172800, "05/12"
</PRE>
<BR>

<P>
<BR>
<PRE>
     set xdata time
     set timefmt "%d/%m"
     set xtics format "%b %d"
     set xrange ["01/12":"06/12"]
     set xtics ("01/12", "" "03/12", "05/12")
</PRE>
<BR>
Both of these will produce tics <TT>"</TT>Dec 1<TT>"</TT>, <TT>"</TT>Dec 3<TT>"</TT>, and <TT>"</TT>Dec 5<TT>"</TT>, but in the
second example the tic at <TT>"</TT>Dec 3<TT>"</TT> will be unlabelled.
<BR><HR>
<ADDRESS>

2010-08-17
</ADDRESS>
</BODY>
</HTML>