The following lines are an extract of the file (TEST.txt) that I want to plot:
(X,Y,A,B)
-8.68,37.11,12.00,22095.00
-8.23,37.10,10.40,26742.00
-7.93,37.02,9.60,44578.00
-8.43,37.19,11.30,11014.00
I aim to plot “A” by using colors (from a cpt file) and “B” by varying the size at coordinates XY. Code is as follows:
TEST.txt: N = 4 <-8.68/-7.93> <37.02/37.19> <9.6/12> <11014/44578>
plot [WARNING]: Mismatch between actual (3) and expected (4) fields near line 1 in file TEST.txt
I have be trying to fix the issue but I have been unable to resolve it. I have read several threads in the forum, but none of them worked. I also tried using different field separators but none of them worked. Does anyone have any suggestions?