plot "datafilename" using 1:2 with points, "" using 1:2:3 with labels offset
0,1
deletd wrote:
>
> Hi,
>
> I am trying to plot a 2D graph (x,y) and I'd like to put a label over each
> point :
>
>
> #x y name
>
> 0 0 label1
> 1 5 label2
> 3 9 label3
> ...
>
>
> Is it possible?
>
> Thanks in advance!
>
--
View this message in context: http://old.nabble.com/Put-labels-on-points-tp33871117p33881475.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|