|
From: Mahmood N. <nt_...@ya...> - 2014-09-20 19:43:07
|
Yes that is a plot command. There is no syntax error because with smaller input files, it is OK. I am using "set term post enchanced ..." I tried with the latest version, 4.6.5 and still see the error. Nonetheless, I found a computer with 16GB of memory and solved my problem. However, the screen shot shows that there are free memory on my 4GB system, but gnuplot reports out of memory. So that is the question... Thanks. Regards, Mahmood On Saturday, September 20, 2014 5:27 PM, Marek W. Gutowski <gu...@if...> wrote: Mahmood, Your information is highly incomplete to say something sensible. You should start your investigations with looking what is written in the line 31 of your data file named "miss_region_1bm_plot.txt". Is it a "plot" command or something else? If this line is correct, then earlier lines may hide the answer. Gnuplot needs memory not only for input data storing. Large size, pixel-based terminals, combined with request for multiplot may appear memory-hungry during processing, no matter that input data are relatively "small". Regards, Marek Gutowski |