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