|
From: Ethan M. <merritt@u.washington.edu> - 2007-02-15 21:48:17
|
On Thursday 15 February 2007 10:59, Jacques Le Bourlot wrote: > > > > > I cannot reproduce this with your test file, and really I can't imagine > > how you could get this error message with any input file. > > > This is a bug in plot3d.c. In the switch starting at line 632, the case > "(j == DF_FOUND_KEY_TITLE)" is not taken into account. > > It is triggered by setting: > > "set key auto column", either just before the splot command, or in the > .gnuplot file (that's where I found it). Aha. You didn't tell us that part. But then the error message is correct. You have told it that you will provide a separate line of data containing the key titles, but you didn't do so. So you got an error message. > I turned the crash into a nasty warning by adding (line 633): Crash? What crash? You said nothing about that either. You just reported an error message. So now I am testing with set key autotitle columnheader splot 'ex_splot.dat' using 1:2:3 with lines and indeed I get the same [correct] error message you originally reported. But no crash. -- Ethan A Merritt Courier Deliveries: 1959 NE Pacific Dept of Biochemistry M/S 357742 Health Sciences Building University of Washington - Seattle |