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: cd569295225bed06a250530c35e8957b99709b6e0157dea5b8d58309313ef48d
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: 756c48f328 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: cd56929522 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: 67886e47f9 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
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 pause -1 >> ${tmp}
    exec gnuplot -title "\$title" ${tmp} &
}

## print output
proc "print" "parameter" {
    set filename [tk_getSaveFile\
	-initialdir ".."\
	-initialfile "\$parameter.ps"\







|
|
|







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"\


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]