|
From: Durand <du...@gm...> - 2011-07-06 08:21:46
|
The problem was with those three lines at the start, thanks! Vladimir, I'll try using pm3d as well, thanks for the tip. 2011/7/5 Hans-Bernhard Bröker <HBB...@t-...> > On 05.07.2011 17:09, Durand wrote: > > I'm wondering whether it is possible to use gnuplot to plot a heatmap from >> data generated by a simulation. This data uses a float for coordinates and >> gnuplot complains when I use "with image". >> > > Use it --- how? > > Complains --- how? > > > The file looks like this: >> >> 2 160 320 >> >>> >>> export >> >>> >>> R Z TEMP >> >>> >>> > You may want to get rid of those lines, or at least comment them out. From > gnuplot's point of view, those would be just junk that doesn't contribute > anything to the plot. > > |