Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #1403

timefmt error

Received by 10.224.213.1 with SMTP id gu1mr12240934qab.7.1349688343278; Mon, 08 Oct 2012 02:25:43 -0700 (PDT)
Received by 10.52.156.115 with SMTP id wd19mr2359834vdb.2.1349688343214; Mon, 08 Oct 2012 02:25:43 -0700 (PDT)
Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!l8no30848005qao.0!news-out.google.com!r17ni19qap.0!nntp.google.com!l8no30847997qao.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.graphics.apps.gnuplot
Date Mon, 8 Oct 2012 02:25:43 -0700 (PDT)
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=79.161.3.110; posting-account=8xjY-AoAAAA9yzXapaVzqehiswRn5ZqD
NNTP-Posting-Host 79.161.3.110
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <1e9b8685-7c01-4e73-a8c5-f574d034c50c@googlegroups.com> (permalink)
Subject timefmt error
From GnuPlot-user <zanapepaj@gmail.com>
Injection-Date Mon, 08 Oct 2012 09:25:43 +0000
Content-Type text/plain; charset=ISO-8859-1
X-Received-Bytes 1435
Xref csiph.com comp.graphics.apps.gnuplot:1403

Show key headers only | View raw


I have a csv file: 

col 1 col 2 col 3
MM/DD/YYYY HH:MM:SS, Pressure, Temperature
.
.
.

set datafile separator ','
set xlabel 'Time & Date'
set xdata time
set timefmt "%m/%d/%Y %H:%M:%S"
set format x "%H:%M\n%d %b"
set xrange [*:*]
set xrange ['08/08/2012 00:00:00':'08/09/2012 23:59:59']

set ylabel 'Pressure'
set yrange [0:*]

plot 'P-T-data.csv' using 1:2 with lines

The error message i get is: illegal month

Not sure what to do on this one:(

Back to comp.graphics.apps.gnuplot | Previous | NextNext in thread | Find similar


Thread

timefmt error GnuPlot-user <zanapepaj@gmail.com> - 2012-10-08 02:25 -0700
  Re: timefmt error Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2012-10-08 22:29 +0200
  Re: timefmt error "Alex van der Spek" <zdoor@xs4all.nl> - 2012-10-16 21:11 +0200

csiph-web