|
From: Hans-Bernhard B. <HBB...@t-...> - 2017-12-07 22:51:36
|
Am 07.12.2017 um 23:37 schrieb Patrick Dupre: > 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)) |