Hi Daniel,
The algorithm is external to all gnuplot source code at the moment.
I don't really know where to start in term of integrating it to the
project?
I have notices that 'linking' axes is on the 'todo' list, how can I
get involved?
I guess the command could be:
link {<known axis><linked axes>} {<equation string>}
e.g.
plot 'data.txt' using 1:2 with lines link x1x2 '$1*10'
i.e. if x1 = 0,1,2,3,4,5
x2 = 0,10,20,30,40,50
Regards,
Dan
On 27 Nov 2006, at 11:25, Daniel J Sebald wrote:
> sourceforge web site to maintain your algorithm.
|