From: Alan G I. <ai...@am...> - 2009-01-11 15:27:28
|
On 1/11/2009 9:53 AM Michael Haggerty apparently wrote: > The Gnuplot.py library uses float (i.e., single-precision) arrays to > store values internally. When your value is rounded to > single-precision, it results in the number that is actually plotted. Are you saying it uses the Python array module to do this? This seems a very odd decision. Why not just change that to 'double'? Alan Isaac |