X-Received: by 2002:a0c:f3ce:: with SMTP id f14mr2622238qvm.33.1631088719414; Wed, 08 Sep 2021 01:11:59 -0700 (PDT) X-Received: by 2002:a25:2286:: with SMTP id i128mr3665623ybi.172.1631088719209; Wed, 08 Sep 2021 01:11:59 -0700 (PDT) Path: csiph.com!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Wed, 8 Sep 2021 01:11:58 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=185.108.105.50; posting-account=_GXlJgkAAAB1VeH1q7meY52ClkyHnQHd NNTP-Posting-Host: 185.108.105.50 References: <6896eea2-e0ec-4606-89c7-bfa5e8cbc8e9n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Newb question From: David Partridge Injection-Date: Wed, 08 Sep 2021 08:11:59 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 30 Xref: csiph.com comp.graphics.apps.gnuplot:4429 On Tuesday, September 7, 2021 at 12:51:40 PM UTC+1, Olaf Schultz wrote: > On 9/7/21 13:04, David Partridge wrote: > > I tried to find this out from the "friendly manual", but failed - too overwhelmed by information. > > > > I want GNUPlot to process a CSV whose 1st record provides "metadata" about the remainder of the data in the file (test conditions to be added as annotations to the plot). > > > > Is this easy to do? If so a pointer to a working example or tutorial for this would be hugely helpful. > > > > Thanks > > David > > > Moin, perhaps > > try it with "with labels" > > http://gnuplot.sourceforge.net/demo/ > > espacially > > http://gnuplot.sourceforge.net/demo/datastrings.html > > is a good hint for you. > > Greetings, > > Olaf Not really as there wasn't any explanation of what was happening. Lets try this with a different approach. What if the first record is a comment line and therefore csv metadata. Is there a way to get GNUPlot to display that comment line as a caption? D.