X-Received: by 10.182.18.102 with SMTP id v6mr10949749obd.11.1422734491821; Sat, 31 Jan 2015 12:01:31 -0800 (PST) X-Received: by 10.140.102.50 with SMTP id v47mr147809qge.20.1422734491753; Sat, 31 Jan 2015 12:01:31 -0800 (PST) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!hl2no4401288igb.0!news-out.google.com!q4ni25qan.0!nntp.google.com!v8no5046916qal.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Sat, 31 Jan 2015 12:01:31 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=176.26.157.176; posting-account=nzgzEwoAAACWhBt3eZSYVUrDtBougRJG NNTP-Posting-Host: 176.26.157.176 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0239f0fb-e7e3-4de7-bcae-1eaea800e753@googlegroups.com> Subject: Basic Plotting From: anthonyfromtheuk@gmail.com Injection-Date: Sat, 31 Jan 2015 20:01:31 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 1332 X-Received-Body-CRC: 892053208 Xref: csiph.com comp.graphics.apps.gnuplot:2733 Is it possible to generate a graph from a txt file that looks like this? 22.6 Sat Jan 31 19:38:18 2015 22.8 Sat Jan 31 19:40:05 2015 22.8 Sat Jan 31 19:40:11 2015 22.8 Sat Jan 31 19:40:16 2015 22.7 Sat Jan 31 19:49:00 2015 23.2 Sat Jan 31 19:59:09 2015 the first number being a temperature reading. Having trouble figuring out how to get this work. Thanks