Re: [Matplotlib-users] strange grid lines when panning

2008-12-15 Thread TP
Michael Droettboom wrote: > This has now been fixed in SVN r6608. > This has also been fixed in SVN r6609. Impressive! Thanks a lot, now it works perfectly! One hour ago, I discover a bug with cursors (obtained with axvline): the pan didn't work well with cursors (some cursors remain at the sa

Re: [Matplotlib-users] strange grid lines when panning

2008-12-15 Thread Michael Droettboom
Michael Droettboom wrote: > TP wrote: > >> Hi everybody, >> >> I encounter a strange behavior of TKAgg backend with Matplotlib 0.98.5 and >> SVN versions, when panning: the grid lines do not always match the ticks on >> the axes: >> >> http://paratribulations.free.fr/help/pan_behavior/strange_li

Re: [Matplotlib-users] strange grid lines when panning

2008-12-15 Thread Michael Droettboom
TP wrote: > Hi everybody, > > I encounter a strange behavior of TKAgg backend with Matplotlib 0.98.5 and > SVN versions, when panning: the grid lines do not always match the ticks on > the axes: > > http://paratribulations.free.fr/help/pan_behavior/strange_lines_when_panning.png > > Here is the cor

[Matplotlib-users] strange grid lines when panning

2008-12-15 Thread TP
Hi everybody, I encounter a strange behavior of TKAgg backend with Matplotlib 0.98.5 and SVN versions, when panning: the grid lines do not always match the ticks on the axes: http://paratribulations.free.fr/help/pan_behavior/strange_lines_when_panning.png Here is the corresponding script: http: