Hi,
I'm new to GNUplot and I'm supposed to create a histogram. I've already written a script provided to us by our teacher but I struggle with uploading the data from a source-file. Can anyone tell me please, what I'm doing wrong?
This is the last line:
plot "/C:/Users/........./data.txt" u (hist($1,width)):(1.0) smooth freq w boxes 1c rgb"green" notitle
Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm new to GNUplot and I'm supposed to create a histogram. I've already
written a script provided to us by our teacher but I struggle with
uploading the data from a source-file. Can anyone tell me please, what I'm
doing wrong?
This is the last line:
plot "/C:/Users/........./data.txt" u (hist($1,width)):(1.0) smooth freq w
boxes 1c rgb"green" notitle
Hi,
I'm new to GNUplot and I'm supposed to create a histogram. I've already written a script provided to us by our teacher but I struggle with uploading the data from a source-file. Can anyone tell me please, what I'm doing wrong?
This is the last line:
plot "/C:/Users/........./data.txt" u (hist($1,width)):(1.0) smooth freq w boxes 1c rgb"green" notitle
Thanks in advance.
Hi
I don't have a windows system at hand but it seems to me that there are 2
problems:
1 there is a / before c: that should be removed
2 I'm not sure whether on a windows system the slash of a path should be
/or . I'd say the latter.
Edo
On 19 Oct 2015 19:01, "Cristina Jaruska" littleeagle@users.sf.net wrote: