Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!69.16.185.11.MISMATCH!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: adam.preble@gmail.com Newsgroups: comp.graphics.apps.gnuplot Subject: Re: plotting csv data with some empty regions Date: Tue, 10 Jul 2012 07:12:47 -0700 (PDT) Organization: http://groups.google.com Lines: 14 Message-ID: References: <4da4658a-e464-4abb-bb5f-d13b3494d958@googlegroups.com> NNTP-Posting-Host: 99.127.55.73 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1341929568 20066 127.0.0.1 (10 Jul 2012 14:12:48 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 10 Jul 2012 14:12:48 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=99.127.55.73; posting-account=DSAIigoAAABTyBx6cPv0KsH4buJ25S38 User-Agent: G2/1.0 X-Received-Bytes: 1713 Xref: csiph.com comp.graphics.apps.gnuplot:1259 On Monday, July 9, 2012 7:40:43 AM UTC-5, (unknown) wrote: > You have to tell gnuplot what kind of separator you use: >=20 > set datafile separator "," >=20 > There you go ;) Gah of course. The plot isn't what I expect yet though. I was hoping to see three lines g= oing left to right, with some starting later and ending sooner than the lin= e representing the first column. Instead, I get one line that begins to ju= mp around--including backwards. Is there something else I need to specify = to have it treat each column like it's own series?