|
From: Cédric O. <ced...@un...> - 2016-02-29 09:45:03
|
Hello gnuplotters,
I encounter a weird curious issue when plotting 2D data from binary file.
I have two files, the second file containing 5 lines more. These 5 lines
represent a simple quadrangle cell. So the second file should plot one
more cell than the first one.
These two files are ascii and I use octave to get two binary files. The
command is :
splot 'b66.dat' binary record=(15,-1) format='%float' u 1:2:3 w l
The first data plots very fine. But the plot with the second file is not
clear.
I tried with Matlab as well, same result. I enclosed the binary and
ascii files, as well the octave script if you want to try.
Any hint?
|