|
From: <HBB...@t-...> - 2007-03-13 20:00:18
|
Serguei Vorobiov wrote: > Could you please help us ? It seems that we found a bug while using > splot with linespoints. Actually no. You just tripped over a documented aspect of gnuplot's datafile you didn't expect. > So, why Gnuplot plots a triangle in this particular case ? Look up "help datafile" and "help glossary" to learn about grid-structured data files. You generated a surface grid by accident, when you really wanted to draw isolated lines. Doubling your blank lines will change that. |