|
From: Chris H. <ch...@be...> - 2005-02-04 08:17:54
|
Aha! I figured it out! It was because I was explicitly specifying the xrange. That cause a conflict, because there were plenty of x values with missing y values! Thanks for your help. Chris. On Friday 04 February 2005 03:06, Chris Horn wrote: > On Friday 04 February 2005 02:46, Juergen Wieferink wrote: > > > 'memory-profile.txt' using 1:46 with linespoints 18, 'memory-profile.txt' > > > using 1:47 with linespoints 18, 'memory-profile.txt' using 1:48 with > > > linespoints 18, 'memory-profile.txt' using 1:49 with linespoints 18, > > > #'memory-profile.txt' using 1:5 with linespoints 18, 'memory-profile.txt' > > > using 1:50 with linespoints 18, 'memory-profile.txt' using 1:51 with > > > linespoints 18, 'memory-profile.txt' using 1:52 with linespoints 18, > > > > [...] > > > > Put the comment sign before the comma. > > Thanks! It was something stupid, after all! > > Now, if I could only figure out why I am continuously hit with errors like > this: > > "generated-chart-code.gp", line 72: all points y value undefined! > > This is probably beyond this mailing list, but with Perl, I wrote a program > (because of this error) that checks for any column who's y-values consist > solely of only undefined values - and then I don't include those columns in > the GNUplot control file. Yet GNUplot still complains. > > Do I misunderstand this error? Why does it pop up? > > The Perl can be found here, for whoever's curious: > http://www.beefstew.net/downloads/chart-unit-process.pl > > I run it on the dataset linked in the previous email (although my private copy > has column headers that I've stripped out in the public version). > > Thank you, again, Juergen. > Chris Horn. > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > > |