Hi,
I am currently using gnuplot 5.0.3 for Windows 32, and I was testing the 5.2.5 version to update my plots.
Nevertheless, when I try to plot a matrix file with gnuplot 5.2.5 using the same script and data than 5.0.3, the following error appears:
"out of memory for expanding curve points"
It is the same computer, inputs and script, so it seems that the new version needs more memory or it is handling something wrong.
Could you please check it?
The script is:
set term pngcairo font "Verdana,10" size 960, 720
set encoding utf8
set output 'image.png'
set palette defined ( 0 "#90ee90", 0.5 "#90ee90", 0.5 "#fa8072", 1.5 "#fa8072", 1.5 "dark-green", 2.5 "dark-green", 2.5 "white" , 3 "white" )
set view map
dfile = 'matrix.txt'
set cbrange [0:3]
set xrange [0:3010]
set yrange [0:1935]
splot dfile matrix with image
And the matrix file is attached.
Thanks a lot!
Teo
So sorry, I made a wrong installation, the fonts folder was missing and this generated this error.
Now it is working correctly...
You can close this topic.