Subject: plot2d failed to plot too many discrete points
From: Robert Dodier
Date: Tue, 15 May 2012 06:22:34 +0000 (UTC)
On 2012-05-14, Raymond Toy <toy.raymond at gmail.com> wrote:
> I didn't about this, but a google search found this:
>
> http://gnuplot.sourceforge.net/docs_4.2/node103.html
>
> Getting the supported lisps to dump out binary floating point data
> shouldn't be too hard as long as INTEGER-DECODE-FLOAT works and streams
> with element type of (signed-byte 32) (or 64?) work.
There is already code to write (and read) binary floats in the
numericalio package. Gnuplot seems to want 32 bit floats while
numericalio writes 64 bits, so I guess there is some programming to be
done there.
best
Robert Dodier