I am using pgfplot to make a 2D plot with the nodes labelled. However, some of the text labels interfere with each other as they're too close. The default positioning of text labels in pgfplot seems to be above the node. Is it possible to position them beside the node?
This is what I have (had to make the y axis semilogy to increase the spacing between points)

Here's what I want it to be (pardon my poor photoshopping skills)

The pgfplot code I am using is as described here: Update reference labels in scatter plots

nodes near coords align=right? – Torbjørn T. Dec 17 '13 at 20:21every node near coord/.style={anchor=270}– nickpapior Dec 17 '13 at 20:23\node [] at). Offers very fine-grained control :-) – picasso Dec 18 '13 at 01:31