|
From: Thomas S. <t.s...@fz...> - 2009-07-29 09:57:20
|
either use 'reread': http://www.gnuplot.info/docs/node151.html or with gnuplot 4.3-cvs use interation: http://gnuplot.sourceforge.net/docs_4.3/#iteration sachingholap wrote: > > Can we have loop in gnuplot script.. > I am having multiple Columns in a Files that i have to plot. > > Example > For ploting 1 respect to 2 > set output "Error.png" > plot "err.out" using 1:2 w l title "Run " > > Can this make as generic one .... > Loop i=0;i=10;i++ > set output "Error.png" > plot "err.out" using 1:$i w l title "Run " > is it possible? > > > > -- View this message in context: http://www.nabble.com/Can-we-have-loop-in-gnuplot-script-tp24712684p24716055.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |