|
From: Hans-Bernhard B. <HBB...@t-...> - 2009-07-23 18:26:35
|
CLOSE Dave wrote: > On a Linux system running on x86 (32-bit) hardware, gnuplot is working > great. However, when I plot from a datafile in which some of the values > exceed a 32-bit integer, the plot takes 100% CPU and never produces a > graph. Is this a real limitation or is there a solution (short of using > a 64-bit machine)? Integers have basically no relevance to gnuplot datafile reading. gnuplot reads floating-point numbers, not integers, from data files. You'll have to show a much more specific example to allow this issue to be addressed in any meaningful way. |