|
From: febty f. <fe...@gm...> - 2010-07-27 09:42:28
|
Thanks very much. It worked.
Regards,
febty
2010/7/26 Thomas Sefzick <t.s...@fz...>
>
> use only one variable, 'n1' instead of 'n1_001' and 'n1_002':
>
> ***
> for freq in 001 002
> do
>
> case "$freq" in
> 001)
> n1=0.047085
> ;;
> 002)
> n1=0.024406
> ;;
> esac
>
> gnuplot << EOF
>
> set arrow 1 from "20080824", "$n1" to "20100522", "$n1" nohead lc rgb
> "blue"
> plot "input-${freq}.dat" using 1:(\$2) with lines notitle
>
> EOF
>
> done
> ***
>
>
>
--
******
febty febriani
Indonesian Institute of Sciences
Research Center for Physics
Kompleks PUSPIPTEK
Serpong, Indonesia, 15314
|