|
From: gaspra <ye...@gm...> - 2013-05-18 08:17:26
|
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 "tri" package in matplotlib 1.3.x. Is there anyway I can manually replace the "tri" package in matplotlib 1.2.0 (installed by macports) with the one in matplotlib 1.3.x (downloaded from the latest master in github repository? Thanks. -- View this message in context: http://matplotlib.1069221.n5.nabble.com/missing-ticks-on-inverted-log-axis-tp41063p41084.html Sent from the matplotlib - users mailing list archive at Nabble.com. |