From: ivana r. <iva...@mf...> - 2017-01-08 16:37:20
|
Hi all, after the gnuplot update from v5.0.0 to v5.0.5, the plot iteration is not recognize after an assigment: plot 1./x, for [i=1:3] i*x #ok in both versions plot 1./x, a=3, for [i=1:3] i*x #fails in the newer one #with error: "undefined variable: for." plot 1./x, a=3, 1/0 not, for [i=1:3] i*x #ok in both versions #but linestyles are shifted. is there any covering patch or so? thanks Iva |