|
From: H. G. A. <as...@gm...> - 2008-06-14 21:20:37
|
Hi! Try with: gnuplot> plot (x**2 - 5.0 * x + 6.0) with lines or gnuplot> f(x) = x**2 - 5.0 * x + 6.0 gnuplot> plot f(x) with lines For further examples see gnuplot> help plot Cheers, Hernán --------------------------------------------- Mg. Hernán Gonzalo Asorey Grupo Partículas y Campos Instituto Balseiro - C.A.B. (8400) San Carlos de Bariloche Río Negro - Rep. Argentina --------------------------------------------- particulas.cnea.gov.ar/~asoreyh/ On Thu, May 29, 2008 at 10:22, anu saxena <as...@gm...> wrote: > > I have just installed gnuplot but am not able to figure out how to plot y=x^2-5x+6 ! tutorials tell how to plot bessels functions etal > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > |