From: Marc H. <ho...@is...> - 2004-06-30 06:51:47
|
Hi Michael, as you told the "using" argument is essential for the 4d plot. With > > >>> d = Gnuplot.Data(asd, inline=1, using=(1,2,3,4,)) > >>> g.splot(d) > my plot is now behaving in the way I want. Many thanks. Marc |