Let's assume a data file with two rows like this one
x y
1 1
2 4
3 9
4 16
5 25
Using gnuplot, I want to plot the first derivative y'
. In a first aproximation,
In Excel this is simple to make, however I don't know how to do it in gnuplot (I don't know if it's possible).
Any idea?
Thanks in advance