|
From: Jon <dev...@gm...> - 2010-09-27 20:50:57
|
Hans, thanks a lot for your informative hint! This solves my problem! John 2010/9/27 Hans-Bernhard Bröker <HBB...@t-...> > On 27.09.2010 10:33, Jon wrote: > >> I am wondering whether I can do something like the following: >> >> define a string as >> >> s=24, >> >> and issue a command as >> >> p 'a1000_phi_'+str(s) u (f($1,width)):(1) smooth freq with >> boxes,'a1000_phi_'+str(s)+'.hist' u 1:2 w p,'a1000_phi_'+str(s)+'.hist2' u >> 1:2 w p >> > > Look up "help expressions", read up on string operations, then follow > through to operators, binary. > > |