Overview
Comment: | Changed .tmp output file to reduce nonsense key commands sent to terminal. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
543851b41f8bdcec0425d75286f463a8 |
User & Date: | geraint@users.sourceforge.net on 2002-03-26 12:02:31 |
Other Links: | branch diff | manifest | tags |
Context
2002-03-26
| ||
12:05:27 | Escaped characters to eliminate awk warnings. check-in: 0b5a91071f user: geraint@users.sourceforge.net tags: origin/master, trunk | |
12:02:31 | Changed .tmp output file to reduce nonsense key commands sent to terminal. check-in: 543851b41f user: geraint@users.sourceforge.net tags: origin/master, trunk | |
11:59:54 | Added dummy -optimise switch to prevent falling over for -cc generation. check-in: 9965eb4f79 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/struc2gnuplot_txt2wish from [083c34c2f1] to [c3a77014e4].
︙ | ︙ | |||
146 147 148 149 150 151 152 | ' Title=\$title Ny=${Ny} ${struc} >> ${out} cat <<EOF >> ${out} ## call gnuplot proc "plot_var" "title column" { | | | | | 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 | ' Title=\$title Ny=${Ny} ${struc} >> ${out} cat <<EOF >> ${out} ## 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} & } ## print output proc "print" "parameter" { set filename [tk_getSaveFile\ -initialdir ".."\ -initialfile "\$parameter.ps"\ |
︙ | ︙ |