Re: [Matplotlib-users] Pure python matplotlib for Google App Engine

2011-10-29 Thread Jamie Niemasik
Thanks Michael and Benjamin — this answers all my questions. On Wednesday, October 26, 2011 at 11:11 AM, Michael Droettboom wrote: > On 10/26/2011 02:40 AM, Benjamin Root wrote: > > > > > > On Tuesday, October 25, 2011, jniemasik > (mailto:niema...@gmail.com)> wrote: > > > > > > Hi all,

[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'