From: allu k. <kri...@gm...> - 2018-01-10 19:02:41
|
Hello, I am working on a project in python language. I came to know about gnuplot-py module. In my project there is a necessity to use "gnuplot fit". Where a small piece of code given below to be implemented, gnuplot> f(x,y)=a*exp(-(b)/x)*y**(c) gnuplot> fit f(x,y) 'GNUPLOT_INPUT_TGA1.dat' using 1:2:3:(1) via a,b,c I want to implement the above two lines of code in my project via gnuplot-py. I am wondering whether is it possible to implement "gnuplot fit" concept in my python code via gnuplot-py ? If it is possible to do so, can anyone please give me small hint of how to do it. Thanks & Regards, Krishna. |