|
From: Nicolas B. <ng...@mi...> - 2004-04-25 00:20:27
|
Hi! First, I'd like to congratulate gnuplot developers for such a versatile program! It's amazingly simple andd useful! My question (that I couldn't find in the FAQ) is: "How do I store the output of a "fit" in a file?, i.e. the fitting parameters, chi2, etc.? Thanks, Nicolas Busca. |
|
From: Tia G. <ti...@ho...> - 2005-01-18 19:49:10
|
Hey, I am working on using gnuplot in a source code I am modifying. However, in your documentation I couldn't find anything, which said how to pass an array of pointers into gnuplot. For example: I want to pass int *hist[..]; into gnuplot so as to plot a graph using the address of each cell (0,1,2,3....) as the x-axis and the value contained in each as the y-axis. Should I stream the array into a text/binary file and then use the program? I would appreciate your help, Thanks -Tia. _________________________________________________________________ On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement |
|
From: Brian S. <gr...@st...> - 2005-03-01 16:14:43
|
Hello: I have a datafile that I wish to plot. When I write the syntax, I get a message that the file is as follows: Util C: No such file or directory. I placed the file in the same directory as GNU Plot. Also the original file is a txt file but rename it as a .dat file. Thanks Brian |
|
From: K.Moriyama <km...@mb...> - 2005-03-03 21:33:28
|
seems like you are doing on ms-windows. the data file should be in your current directory, i think, not the same directory as gnuplot binary. or, try telling the full path name of the data file, like gnuplot> plot "c:\the\directory\file.dat" us 1:2 anyway you need to tell your OS and the exact situation and command you wrote to get the error. mori "Brian Sloboda" <gr...@st...> wrote on Tue, 1 Mar 2005 11:14:25 -0500 Subj.: [Gnuplot-info] Question > Hello: > > > > I have a datafile that I wish to plot. When I write the syntax, I get a > message that the file is as follows: > > > > Util C: No such file or directory. > > > > I placed the file in the same directory as GNU Plot. Also the original file > is a txt file but rename it as a .dat file. > > > > Thanks Brian > |
|
From: Sadeghian, S. <SOR...@sa...> - 2007-03-01 21:36:06
|
Hi, I have about a million points in excel that I'm trying to plot. How would I go about doing this? =20 I'm very new to this. Please help. =20 Thank you in advance for any help. K. =20 |
|
From: Melissa K. <hl...@ms...> - 2010-07-27 02:11:59
|
My husband works for a company that is using this program. He has to save a noise test to a removable file & I can not figure out how to do this. Can you please help me with this problem?? |
|
From: Hans-Bernhard B. <HBB...@t-...> - 2010-07-27 22:08:55
|
On 27.07.2010 04:11, wrote Melissa Keller: > My husband works for a company that is using this program. He has to > save a noise test to a removable file& What would make a file "removable"? |
|
From: <Die...@t-...> - 2004-05-07 20:29:21
|
Dear Nicolas,
running gnuplot, help fit is your friend ;-). I could even have said RTFM.=
=20
gnuplot >
gnuplot > help fit
*****
Examples:
f(x) =3D a*x**2 + b*x + c
g(x,y) =3D a*x**2 + b*y**2 + c*x*y
FIT_LIMIT =3D 1e-6
fit f(x) 'measured.dat' via 'start.par'
fit f(x) 'measured.dat' using 3:($7-5) via 'start.par'
fit f(x) './data/trash.dat' using 1:2:3 via a, b, c
fit g(x,y) 'surface.dat' using 1:2:3:(1) via a, b, c
After each iteration step, detailed information about the current state
of the fit is written to the display. The same information about the
initial and final states is written to a log file, "fit.log". This file
is always appended to, so as to not lose any previous fit history; it
should be deleted or renamed as desired. By using the command=20
`set fit logfile`, the name of the log file can be changed.
****
info gnuplot in a shell environment may also help.
Take care
Dieter
Am Sonntag, 25. April 2004 02:00 schrieb Nicolas Busca:
> Hi! First, I'd like to congratulate gnuplot developers for such a
****
=2D-=20
=2D----------------------------------------------------------
|
\
/\_/\ |
| ~x~ |/-----\ /
\ /- \_/
^^__ _ / _ ____ /
<=B0=B0__ \- \_/ | |/ | |
|| || _| _| _| _|
if you really want to see the pictures above - use some font
with constant spacing like courier! :-)
=2D----------------------------------------------------------
|