|
From: Mikhail K. <mko...@gm...> - 2012-11-24 03:21:01
|
for the last two examples at http://gnuplot.sourceforge.net/demo/heatmaps.html, i think the "splot" command needs an argument of 1:2:3:4 which is a regular grid of parameter 3 and parameter 4 at 1:2, with no blank lines. other important instructions are: set pm3d ... set view ... set contour ... the examples are straightforward and understandable but very concise so be careful. On 24/11/2012 02:04, James Cloos wrote: >>>>>> "MK" == Mikhail Kononets<mko...@gm...> writes: > > MK> does the demo http://gnuplot.sourceforge.net/demo/heatmaps.html explain > MK> what you are looking for? see last two examples. > > Argh. I missed that. > > I thought I had tried using 1:2:3:4, but perhaps only with the existing files > (which lack blank lines; they are just lists of points). > > I take it then that all I need to do is to sort the files to create iso-lines > and add blanks between those, yes? > > Sort(1) should handle the sorting; I'll just need to write a simple program > which adds a blank line whenever a specified column changes value. > > Thanks. > > -JimC |