|
From: <HBB...@t-...> - 2007-04-25 17:33:30
|
Stefan Rink wrote: > is it possible to make gnuplot calculate the differential quotient > while plotting a data file? No. But you can have gnuplot place this work in the hands of another tool that is better suited to doing it. E.g. a little awk or Perl script that you could run like this: plot '< diff_datafile 2 5 file.dat' |