Re: [Matplotlib-users] Certain annotation parameters cause strange error

2011-11-03 Thread Jae-Joon Lee
I believe I fixed this in this pull request. https://github.com/matplotlib/matplotlib/pull/566 Unfortunately, I don't think there is a easy workaround other than not using the "fancy" arrow style. Regards, -JJ On Sun, Oct 30, 2011 at 1:51 PM, Brendan Barnwell wrote: >        I encountered a

[Matplotlib-users] Certain annotation parameters cause strange error

2011-10-29 Thread Brendan Barnwell
I encountered a strange error when trying to put some annotations on a graph. I was able to simplify it to this: pyplot.plot([1, 2, 3, 4], [0, -1, -2, 8]) pyplot.annotate("Blah", xy=(2, 2), xytext=(-20,-20), textcoords='offset points', bbox=dict(boxstyle='round,pad=0.5'