|
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 > |