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


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

timefmt error

Newsgroups comp.graphics.apps.gnuplot
Date 2012-10-08 02:25 -0700
Message-ID <1e9b8685-7c01-4e73-a8c5-f574d034c50c@googlegroups.com> (permalink)
Subject timefmt error
From GnuPlot-user <zanapepaj@gmail.com>

Show all headers | 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