Yes, setting annotation_clip=False did fix it. I will try to send a minimal
example. ATM, my example is not at all minimal, but I suspect that you can
easily reproduce this with any plot where the x axis is set so that the
rightmost point is on the edge of the graph, and annotation is set to r
Can you post an standalone example?
Maybe you want to set the *annotation_clip* parameter to False?
http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.annotate
Regards,
-JJ
On Fri, Dec 2, 2011 at 10:19 PM, Neal Becker wrote:
> Using horizontalalignment='right', it seems t
By default, when the xy coordinate of the annotate is given in the
data coordinate, it draws the arrow only if the xy point is inside the
axes bbox. And, when the xy point is at the boundary of the axes bbox,
the inside-test results seems to depend on the backend. So, some
backends draws the arrow