|
From: Martin G. <mg...@in...> - 2007-07-01 12:16:52
|
Hi all, I'm using Gnuplot: Version 4.3 patchlevel 0 last modified June 2007 System: Darwin 8.10.1 And i got rendering problems if i use data-clipping with lines and =20 linespoint render mode plot 'AGdata-test.dat' using 4:($3=3D=3D1?$5:1/0) with lines,\ 'AGdata-test.dat' using 8:($7=3D=3D1?$9:1/0) with lines,\ 'AGdata-test.dat' using 12:($11=3D=3D1?$13:1/0) with lines This does not draw 3 connected 'paths' between the valid value. =20 Instead multiple broken line segments are drawn. plot 'AGdata-test.dat' using 4:($3=3D=3D1?$5:1/0) with points,\ 'AGdata-test.dat' using 8:($7=3D=3D1?$9:1/0) with points,\ 'AGdata-test.dat' using 12:($11=3D=3D1?$13:1/0) with points This in contrast seems do draw all valid point. So i suppose that =20 there is something wrong with lines. Can you please provide me with a patch or workarround to this problem. I attached the data-file for testing. Kind regards Martin Giersich ---------------------------------------------------- Dipl.-Inf. Martin Giersich Universit=C3=A4t Rostock IEF - IFI - MMIS www.informatik.uni-rostock.de/mmis Fon: +49-381-498-7514 Fax: +49-381-498-7522 mar...@in... ---------------------------------------------------- =EF=BF=BC |