Paul Shiba - 2021-10-18

Hello All,

First of, I want to say Thank You to the developers of gnuplot. I have data that looks like this.

1 20 6
2 21 4
3 23 2
...
...

The first two columns represent coordinates. The third column represents the values to be plotted at corresponding coordinates. Is it possible to do in gnuplot?

Any feedback or pointers are greatly appreciated.