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

Popular posts from this blog

php - How to pass multiple values from url -

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

database - php search bar when I press submit with nothing in the search bar it shows all the data -