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 -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -