|
From: Thomas S. <t.s...@fz...> - 2010-12-07 11:31:16
|
convert the number into a string using the 'sprintf' or 'gprintf' function. HAMED AHMADI wrote: > > i have written a script for creating images from multiple files.when i use > floating-point variabe in eagh imag gnuplot says "internal error : STRING > operator applied to non-STRING type" .when i use integer numbers it works > correctly. please tell me how to use floating-point variables in gnuplot > 4.2(2008).the fowllowing is a part of the script.when k is an integer it > works but if it is floating-point number it will not work. k is a variable > which changes for each image. > > > > filename="".i.".dat" > plotfile="".i.".gif" > set label "t=".k."" at 35,110 > plot filename w l title "".i.".dat" > set term gif > set output plotfile > replot > i=i+1 > k=k+deltat > if (i<=n) reread > ------------------------------------------------------------------------------ > What happens now with your Lotus Notes apps - do you make another costly > upgrade, or settle for being marooned without product support? Time to > move > off Lotus Notes and onto the cloud with Force.com, apps are easier to > build, > use, and manage than apps on traditional platforms. Sign up for the Lotus > Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://old.nabble.com/floating-point-variables-tp30391840p30395430.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |