Re: [matplotlib-devel] improved scroll wheel zooming

2008-07-25 Thread John Hunter
On Fri, Jul 25, 2008 at 5:32 PM, Paul Kienzle <[EMAIL PROTECTED]> wrote: > Hi, > > I commited a fixto the axis contains methods, and now have working scroll > wheel zooming code. I still need to use transforms properly before it can > go into matplotlib, so for now I provide it only for demonstrat

[matplotlib-devel] improved scroll wheel zooming

2008-07-25 Thread Paul Kienzle
Hi, I commited a fixto the axis contains methods, and now have working scroll wheel zooming code. I still need to use transforms properly before it can go into matplotlib, so for now I provide it only for demonstration purposes. - Paul import math import matplotlib #matplotlib.use('WxAg