|
From: Tatsuro M. <tma...@ya...> - 2017-04-09 04:46:27
|
----- Original Message -----
> From: Patrick Dupre
> To: gnuplot
> Cc:
> Date: 2017/4/9, Sun 06:09
> Subject: [Gnuplot-info] variable to awk
>
> Hello,
>
> I would like to do the following:
> plot "< awk -v a=var '!/^\#/ {x=x+1; print x*a,$2 }' file
>
> where var is a variable defined in gnuplot
> Is it possible?
>
> Thank.
>
The below thread may be helpful for you.
Tatsuro
|