|
From: Patrick D. <pd...@gm...> - 2017-12-07 23:10:33
|
> > Hello, > > > > I would like to plot, something like: > > plot $DATA using (x=$1): my_function(x) > > > > but it does not work. > > You're trying way too hard. What you appear to be looking for is > > plot $DATA using 1:(my_function($1)) > Thank Humm, my problem is that my_function(x) is a multiple function of x. Can I define x=$1 ? |