|
From: Hans-Bernhard B. <br...@ph...> - 2004-08-17 06:59:44
|
On Mon, 16 Aug 2004, Bret Foreman wrote:
> Test 1 looks like this:
>
> -------------------------------------
> gnuplot> set zdata time
> gnuplot> set timefmt "%m%d%Y"
> gnuplot> splot "-"
> input data ('e' ends) > 01012000
> input data ('e' ends) > 02012000
> input data ('e' ends) > e
> -------------------------------------
> Which plots as expected.
>
> Test 2 looks like this:
> -------------------------------------
> gnuplot> set ydata time
> gnuplot> set timefmt "%m%d%Y"
> gnuplot> splot "-"
> ^
> Need full using spec for y time data
> -------------------------------------
First off, this has nothing particular to do with splot. It's a feature
of how time/date data is parsed in gnuplot. The strange behaviour is
actually that Test case 1 worked, rather than that case 2 didn't. It's
clearly documented (e.g. in 'help timefmt') that you must always use a
'using' specifier if you're going to use time data.
> The same thing happens if I try to use the x-axis as the time axis. Is time
> only allowed on the z-axis of 3-d plots?
No. Nor is that what the error message says, is it? It says you need a
"full using spec", not that you can't do this at all.
[...]
> Please CC replies directly to me, because the list server does not seem to
> be adding me successfully.
That's almost certainly because you're trying it in the wrong way --- I
see a request mail you sent to the list address, detected and bounced to
me, the list admin. Please subscribe via the web page instead.
--
Hans-Bernhard Broeker (br...@ph...)
Even if all the snow were burnt, ashes would remain.
|