|
From: <HBB...@t-...> - 2007-12-27 23:42:05
|
RU...@te... wrote: > Is it possible for the gnuplot to read numbers in scientific notation > for plotting dots in a graph? Yes. gnuplot reads data in the standard format printed and accepted by the C programming language, i.e. 1.234e-56 style. > Is it necessary to specify that the > numbers to read are going to be written using that format? No. |