|
From: Zoltán <zv...@gm...> - 2011-12-12 16:09:58
|
<bosa-fwd <at> gmx.de> writes: > Hi everybody! > I want to plot the function f(x)=a*x^2+b*x several times - each time with a different set of parameters. The > parameters are stored in a csv file. > > Does anybody know how to do that? I wasn't able to figure it out with the gnuplot docs. > > Thanks for your help! > squard > There is a hack described in http://gnuplot-tricks.blogspot.com/2010/02/parametric-plot-from-file-ii.html If you are really pressed for it, you could check that out. I hope this helps, Zoltán |