tcl and gnuplot interaction -
tcl and gnuplot interaction -
currently, tcl handle info processing part. let's info stored in tcl list variable. if want utilize gnuplot show data. best way this. based on study, gnuplot needs info file provided. can not straight pass list variable gnuplot command. guess creating gnu command within tcl string operation. , print command file,for illustration name "command.dat". , phone call gnuplot way in tcl: exec gnuplot "command.dat"
any other method? or reference.
tcl gnuplot
Comments
Post a Comment