Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #1262

Re: plotting csv data with some empty regions

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail
From sfeam <sfeam@users.sourceforge.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: plotting csv data with some empty regions
Followup-To comp.graphics.apps.gnuplot
Date Tue, 10 Jul 2012 12:28:44 -0700
Organization gnuplot development team
Lines 23
Message-ID <jthvpc$kb1$1@dont-email.me> (permalink)
References <4da4658a-e464-4abb-bb5f-d13b3494d958@googlegroups.com> <f13e41ea-4769-45f7-997b-28ce0521d315@googlegroups.com> <df1716aa-e404-49a3-8f42-003d042ad3b5@googlegroups.com>
Reply-To sfeam@users.sourceforge.net
Mime-Version 1.0
Content-Type text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding 7Bit
Injection-Date Tue, 10 Jul 2012 19:28:44 +0000 (UTC)
Injection-Info mx04.eternal-september.org; posting-host="8e86a57dfa599721f116da4577f3d1af"; logging-data="20833"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+I8MJH8VmXTC69cosz41CK"
User-Agent KNode/4.4.9
Cancel-Lock sha1:a3Ytk28ve+x7VJg43nC4shE2WVA=
Xref csiph.com comp.graphics.apps.gnuplot:1262

Followups directed to: comp.graphics.apps.gnuplot

Show key headers only | View raw


adam.preble@gmail.com wrote:

> On Monday, July 9, 2012 7:40:43 AM UTC-5, (unknown) wrote:
>> You have to tell gnuplot what kind of separator you use:
>> 
>> set datafile separator &quot;,&quot;
>> 
>> There you go ;)
> 
> Gah of course.
> 
> The plot isn't what I expect yet though.  I was hoping to see three lines
> going left to right, with some starting later and ending sooner than the
> line representing the first column.  Instead, I get one line that begins
> to jump around--including backwards.  Is there something else I need to
> specify to have it treat each column like it's own series?

  plot 'stuff.csv' using 1, '' using 2, '' using 3

or in the current gnuplot version

  plot for [N=1:3] 'stuff.csv' using N

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Find similar


Thread

plotting csv data with some empty regions adam.preble@gmail.com - 2012-07-08 23:22 -0700
  Re: plotting csv data with some empty regions antar3s86@gmail.com - 2012-07-09 05:40 -0700
    Re: plotting csv data with some empty regions adam.preble@gmail.com - 2012-07-10 07:12 -0700
      Re: plotting csv data with some empty regions sfeam <sfeam@users.sourceforge.net> - 2012-07-10 12:28 -0700

csiph-web