Index: mttroot/mtt/bin/trans/struc2gnuplot_txt2wish ================================================================== --- mttroot/mtt/bin/trans/struc2gnuplot_txt2wish +++ mttroot/mtt/bin/trans/struc2gnuplot_txt2wish @@ -148,13 +148,13 @@ cat <> ${out} ## call gnuplot proc "plot_var" "title column" { - exec echo plot \"${dat2}\" using 1:\$column title \"\$title\" with lines > ${tmp} - exec echo pause -1 >> ${tmp} - exec gnuplot -title "\$title" ${tmp} & + exec echo plot \"${dat2}\" using 1:\$column title \"\$title\" with lines\; > ${tmp} + exec echo exit\; >> ${tmp} + exec gnuplot -persist -title "\$title" ${tmp} & } ## print output proc "print" "parameter" { set filename [tk_getSaveFile\