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

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 2012-07-10 12:28 -0700
Organization gnuplot development team
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>

Followups directed to: comp.graphics.apps.gnuplot

Show all headers | 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