Le jeudi 26 novembre 2009 ? 06:30 +0100, Andrej Vodopivec a ?crit :
> with_slider(n, sol_points, [discrete, n]);
thanks, I think I understand better the inner workings of with_slider
now. But not completely though.
I tried, for each list element (ie list of coordinates) in the
sol_points list, to use the x coordinate of the first point with :
with_slider(n,sol_points,[discrete,[[n[1][1],-5],[n[1][1],5]]]);
assuming that n would successively take the value of each element in the
sol_points list. It fails with :
plot [0.5 :2.7 ] [-5. :5. ] '-' title "" with lines....
^
"/home/wilk/maxout.gnuplot", line 114: Bad data on line 1
What am I missing ?
Julien.