Re: [Matplotlib-users] missing ticks on inverted log axis

2013-05-18 Thread Michael Droettboom
On 05/18/2013 04:17 AM, gaspra wrote: > I find the issue came from the matplotlib backend. The problem is gone when > using TkAgg backend. However, TkAgg doesn't work with matplotlib 1.3.x, > which has some conflict of Tk dynamic library due to different Tk version, > i.e., macports uses Tk8.6 and

Re: [Matplotlib-users] missing ticks on inverted log axis

2013-05-18 Thread gaspra
I find the issue came from the matplotlib backend. The problem is gone when using TkAgg backend. However, TkAgg doesn't work with matplotlib 1.3.x, which has some conflict of Tk dynamic library due to different Tk version, i.e., macports uses Tk8.6 and Mac OSX 10.8.3 uses Tk8.5. I really need the