|
From: Jeremy C. <jer...@gm...> - 2009-06-03 17:38:24
|
I have a file containing all my data. I can easily plot that data. I need to store the first data point in a particular column so I can place a label at that point. Can someone show me how to do this? Small example: # ---------------------------------- x1 = # Get data from file y1 = 1.0 set label "Hello" at x1, y1 right # ----------------------------------- Thanks, Jeremy |