|
From: Abhinav J. <abh...@ph...> - 2010-05-03 17:44:44
|
hi, I have file with 3 columns I want to plot a point with x,y as 1:2 and color of the point from column 3 so i want do something like >pl 'file' using 1:2 with points 'column3' so the point color is determined by the value of column3 which are integral values from varying in 1 to 9 regards, Abhi. |