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


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

reduce plot line occurance

Newsgroups comp.graphics.apps.gnuplot
Date 2015-06-29 05:00 -0700
Message-ID <2a2403cb-fe62-49dc-bb73-6127a946027a@googlegroups.com> (permalink)
Subject reduce plot line occurance
From dxtans@gmail.com

Show all headers | View raw


Hello,
I have a conf file which can plot many lines depending on the file, So I have tried using the do for loop , but keep getting 
invalid expression.

Can anyone point me in the direction, where I can reduce the number of plot lines below, into a for loop.

ver: 4.6

Thanks
DT

plot 'versions.txt'  u 2:xtic(1) title columnheader, \
 '' u 3:xtic(1) title columnheader, \
 '' u 4:xtic(1) title columnheader, \
 '' u 5:xtic(1) title columnheader, \
 '' u 6:xtic(1) title columnheader, \
 '' u 7:xtic(1) title columnheader, \
 '' u 8:xtic(1) title columnheader

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


Thread

reduce plot line occurance dxtans@gmail.com - 2015-06-29 05:00 -0700
  Re: reduce plot line occurance Karl Ratzsch <mail.kfr@gmx.net> - 2015-06-29 15:03 +0200
    Re: reduce plot line occurance Karl Ratzsch <mail.kfr@gmx.net> - 2015-06-29 18:08 +0200
      Re: reduce plot line occurance dxtans@gmail.com - 2015-06-29 10:43 -0700

csiph-web