|
From: Jon <dev...@gm...> - 2015-08-13 16:27:22
|
sorry, my mistake ... but gnuplot might have output inconsistent error message, actually it is the y range which is invalid. y column is beyond the valid range in the dataset. On Thu, Aug 13, 2015 at 11:16 AM, Jon <dev...@gm...> wrote: > Dear All, > > I am trying to plot the following > > p 'test_tJ_rep_10_NanNNHop/1.0/-0.25/12.0/12t90u95aa.j' u 1:9 ev ::500 w p > > it complains > > x range is invalid > > It seems not an issue with finding the file, as otherwise it will complain > > warning: Skipping unreadable file > "test_tJ_rep_10/1.0/-0.25/12.0/12t90u95aa.j" > No data in plot > > I thus wonder whether this is related to the hyphen used in the path. If > so, how to fix it? > > Thanks, > > Sincerely, > Jon > |