I tried the solution proposed in : How can/should I include annotated images?
However, the coordinates don't match with the coordinates I used when plotting the diagrams (data coordinates). For example, I have a mesh generated by a python program and matplotlib and I want to annotate it, using the same coordinates I used when plotting the data.
Let's say there is a node in the mesh at coordinates (2,3). I'd like to be able to annotate it using \node at (2,3) {text};

http://pastebin.com/W6dyawE4
This is the output created by the package. At the bottom, I'm creating two nodes which don't show up at the specified coordinates. Any idea?
– triggerfish May 02 '12 at 12:13