Rev 1058 | Rev 4303 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1058 | Rev 1059 | ||
---|---|---|---|
Line 91... | Line 91... | ||
91 | insplot_termset="set terminal $intermediate_format $gnuplot_transp $w_insplot_font $testsize $insplot_colors" |
91 | insplot_termset="set terminal $intermediate_format $gnuplot_transp $w_insplot_font $testsize $insplot_colors" |
92 | # insplot_set=`echo $insplot_set | perl -e '$ins_set=<> ; $ins_set =~ s/(set +size +\d+\.\d+,\d+\.\d+)// ; $ins_set =~ s/set/\nset/g ; print $ins_set;'` |
92 | # insplot_set=`echo $insplot_set | perl -e '$ins_set=<> ; $ins_set =~ s/(set +size +\d+\.\d+,\d+\.\d+)// ; $ins_set =~ s/set/\nset/g ; print $ins_set;'` |
93 | insplot_set=`echo "$insplot_set" | sed "s/set *size *[0-9]\.[0-9]*,[0-9]\.[0-9]*//g"` |
93 | insplot_set=`echo "$insplot_set" | sed "s/set *size *[0-9]\.[0-9]*,[0-9]\.[0-9]*//g"` |
94 | fi |
94 | fi |
95 | 95 | ||
- | 96 | ### todo : dans les nouvelles versions de gnuplot, transformer "set noxxx" en "unset xxx" |
|
96 | if [ ! -z "$multiplot" ]; then |
97 | if [ ! -z "$multiplot" ]; then |
97 | plotcmd="set multiplot" |
98 | plotcmd="set multiplot" |
98 | i=1 |
99 | i=1 |
99 | until [ $i -gt $multiplot ]; do |
100 | until [ $i -gt $multiplot ]; do |
100 | tt=`echo "$insplot_parm" | awk 'FNR=='$i' {print;exit}'` |
101 | tt=`echo "$insplot_parm" | awk 'FNR=='$i' {print;exit}'` |