plot "./dati.dat" using 1:2 with points, \
"" using 1:2:3 with labels right, \
"" using 4:5 with points, \
"" using 4:5:6 with labels left
cioppy wrote:
>
> Hello.
> I want to know if it is possible to print same labels on right and some
> labels on left.
> I have a file dati.dat with 6 columns. For example
> 1.2 0.34 A 5 0.7 C
> 1.5 0.45 B 2.2 0.57 D
>
>
> I would like to print the label A and B on right, and the label C and D on
> left.
> How can I do this ?
>
> Thanks !
>
--
View this message in context: http://old.nabble.com/I-want-to-print-the-name-of-each-point-tp27079535p27286208.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|