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


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

Re: want to color each 50 data points differently from a list of 150 data points

Newsgroups comp.graphics.apps.gnuplot
Date 2020-03-05 05:56 -0800
References <88a66e46-f453-4ad8-871f-73efe7bdfd18@googlegroups.com>
Message-ID <03b33903-7d44-416e-a6b9-b63e842c92f5@googlegroups.com> (permalink)
Subject Re: want to color each 50 data points differently from a list of 150 data points
From Gavin Buxton <gavinbuxton@gmail.com>

Show all headers | View raw


You'll find some very elegant solutions here, but if I understand it correctly you could just open the file and put a couple of carriage returns whenever you want to separate the points. Then

plot 'data.dat' i 0, '' i 1 , '' i 2

where i stands for index.

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


Thread

want to color each 50 data points differently from a list of 150 data points satyajitkhatua09@gmail.com - 2020-03-04 07:13 -0800
  Re: want to color each 50 data points differently from a list of 150 data points Jörg Buchholz <bookwood4new@freenet.de> - 2020-03-05 09:34 +0100
  Re: want to color each 50 data points differently from a list of 150 data points Gavin Buxton <gavinbuxton@gmail.com> - 2020-03-05 05:56 -0800
  Re: want to color each 50 data points differently from a list of 150 data points Jörg Buchholz <bookwood4new@freenet.de> - 2020-03-05 20:44 +0100
  Re: want to color each 50 data points differently from a list of 150 data points SATYAJIT KHATUA <satyajitkhatua09@gmail.com> - 2020-03-06 06:06 -0800

csiph-web