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


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

set the line colur value from a file

Newsgroups comp.graphics.apps.gnuplot
Date 2017-05-25 17:31 -0700
Message-ID <d184e39f-cbc3-49d0-b64a-79f5908c7b01@googlegroups.com> (permalink)
Subject set the line colur value from a file
From anees.alhamzawi@gmail.com

Show all headers | View raw


Dear All,

I am trying to plot vectors with different colours. The colour value is stored as a third column in the data file.

For example, let us say the datafile is "a.tx" contains

0.603358	2.022173	1
1.08929	        2.039982	2
1.588976	2.040512	3

The typical plot is 

plot 'a.txt' using 1:1:($2-$1):(0) notitle with vectors heads size screen 0.008,90 lc 2

The question is that How could the "lc" has the third column value?

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


Thread

set the line colur value from a file anees.alhamzawi@gmail.com - 2017-05-25 17:31 -0700
  Re: set the line colur value from a file Karl Ratzsch <mail.kfr@gmx.net> - 2017-05-26 04:56 +0200

csiph-web