[Matplotlib-users] legend with proxy artists

2011-11-09 Thread Richard Ree
Hi, I read the legend guide, so when I did this: ax.legend([Circle((0,0),1,fc='red')], ['red circle']) I expected the symbol in the legend to be a red circle, but got a red rectangle. In fact, no matter what artists I pass in as the first argument, the legend shows rectangles (the colors are co

[Matplotlib-users] scroll direction incorrectly reported by TkAgg

2010-10-20 Thread Richard Ree
In my interactive plots that connect with mouse scroll events (event.button), I just noticed that TkAgg reports the opposite - 'up' when the scroll direction is down and vice versa. GTKAgg and WxAgg report the correct value. I noticed this after installing ipython in a virtualenv and having probl

Re: [Matplotlib-users] anomalous line segment in path rendering

2010-05-28 Thread Richard Ree
On Fri, May 28, 2010 at 12:02 PM, Eric Firing wrote: > On 05/28/2010 06:31 AM, Richard Ree wrote: >> To visualize trees, I'm creating Path objects that draw horizontal and >> vertical lines between connected nodes.  I make sure to end these >> paths with a MOVETO code a