|
From: Jonathan T. <jt...@as...> - 2014-03-19 22:15:51
|
In a recent E-mail, I wrote
> Consider the following datafile:
>
> 1.5 0.3
> 2.5 undef
> 3.5 0.6
>
> With gnuplot 4.6.3 (full "show version long" output below) I get the
> following results:
>
> gnuplot> plot '/tmp/try-alpha.dat'
>
> This plots three points: (1.5,0.3), (1.0,2.5), and (3.5,0.6).
> It seems to me that the second of these is wrong: [[...]]
Oops. My brain finally unwedged enough to find 'set datafile missing'
in the documentation... which fully explains the behavior I see. In
other words, this is a (mis)feature, not a bug. I'm sorry for the false
alarm.
ciao,
--
-- "Jonathan Thornburg [remove -animal to reply]" <jt...@as...>
Dept of Astronomy & IUCSS, Indiana University, Bloomington, Indiana, USA
"There was of course no way of knowing whether you were being watched
at any given moment. How often, or on what system, the Thought Police
plugged in on any individual wire was guesswork. It was even conceivable
that they watched everybody all the time." -- George Orwell, "1984"
|