I have a text file with three columns. I want to use the first two columns as x and y coordinates and 3rd column as the value at these coordinates. I want to color plot the values. The whole graph should be in 2d(not 3d). Please help
The data points are like
1.0 0.4 0.8
1.2 0.7 0.3
0.8 1.2 -0.5
0.4 0.4 0.0
0.3 0.6 1.2
0.9 1.0 0.5
0.2 0.4 1.0
1.5 0.9 1.4
0.3 1.3 0.3
1.3 1.0 0.4