|
From: Thomas S. <t.s...@fz...> - 2008-03-12 11:43:57
|
plot "../gkn2.run1.pd" binary record=90003 format="%float32" using 3:44 the record length must be the number of float values per record plus 3 (i assume 90000+3 here) the first 2 integers and the last one you don't use anyway, so try to read them as float (i hope it works) maybe you need to specify the endianess: plot "../gkn2.run1.pd" binary record=90003 format="%float32" endian=big using 3:44 -- View this message in context: http://www.nabble.com/2D-plot-out-of-a-binary-file-tp15980891p16001853.html Sent from the Gnuplot - Bugs mailing list archive at Nabble.com. |