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