-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read DataSet from file #30
Comments
full input file? On Sun, Jun 1, 2014 at 2:33 PM, J.P. Araque [email protected]
|
That was the first thing I did but it gave this error so I thought that I could not use it:
So it took the string but gnuplot complais about it. This is what I did to have this: plot.data << Gnuplot::DataSet.new(File.expand_path("data/avg_charge_t_499.dat")) |
so it does work with the expand_path snippet? On Thu, Jun 5, 2014 at 2:05 AM, J.P. Araque [email protected]
|
Hi,
this is more a question than an issue but I cannot fine anything anywhere about it. I want the dataset to be read from a file with two columns. I just do:
but it seems not to work since it complains when running:
What should I do to use a data file as input?
Thanks,
Juanpe.
The text was updated successfully, but these errors were encountered: