Artifact d922043d89380fd0121f4b8f3d42e0527f95623864895e7be58ce20a44fdf3a0:
- File mtt/lib/rep/gnuplot_rep.make — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 509) [annotate] [blame] [check-ins using] [more...]
- File mttroot/mtt/lib/rep/gnuplot_rep.make — part of check-in [276d928686] at 2004-01-26 10:51:27 on branch origin/master — Add name of system to plot window. (user: geraint@users.sourceforge.net, size: 509) [annotate] [blame] [check-ins using]
# -*-makefile-*- # create a gnuplot input file MTTFLAGS = $(MTT_OPTS) all: $(MTT_SYS)_gnuplot.$(MTT_LANG) $(MTT_SYS)_gnuplot.view: $(MTT_SYS)_gnuplot.wish mtt $(MTT_OPTS) $(MTT_SYS) odes dat2 sh $(MTT_SYS)_gnuplot.wish |\ tee gnuplot_in.log |\ gnuplot -name $(MTT_SYS) -geometry 400x300 \ > gnuplot_out.log 2> gnuplot_err.log & $(MTT_SYS)_gnuplot.wish: $(MTT_SYS)_struc.txt $(MTTPATH)/trans/struc2gnuplot_txt2wish $(MTT_SYS) $(MTT_SYS)_struc.txt: mtt $(MTTFLAGS) $(MTT_SYS) struc txt